Skip to content

Commit

Permalink
Update --update-remote-user-uid-default off
Browse files Browse the repository at this point in the history
  • Loading branch information
samruddhikhandale committed May 1, 2024
1 parent f59ecbe commit 9b17c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/smoke-test/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ npm install -g @devcontainers/cli

echo "(*) Building image - ${IMAGE}"
id_label="test-container=${IMAGE}"
devcontainer up --id-label ${id_label} --workspace-folder "src/${IMAGE}/" --update-remote-user-uid-default never
devcontainer up --id-label ${id_label} --workspace-folder "src/${IMAGE}/" --update-remote-user-uid-default off

0 comments on commit 9b17c46

Please sign in to comment.