You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[infra] Replace nnas docker-run with direct docker commands (#16230)
This commit replaces the `nnas docker-run` command with direct docker run commands in the CI workflow.
`nnas docker-run` command set user as directory owner, but directory owner ID in github action is 1001, not root. So it causes permission error when running `nnas docker-run` command.
ONE-DCO-1.0-Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
0 commit comments