Skip to content

Commit

Permalink
fix: remove docker arg
Browse files Browse the repository at this point in the history
Signed-off-by: Ramkumar Chinchani <[email protected]>
  • Loading branch information
rchincha committed Sep 15, 2023
1 parent 83cf5d6 commit 4e121fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
# a GitHub package registry.
githubToken: ${{ github.token }}

dockerRunArgs: -v $GITHUB_WORKSPACE:/src --cgroupns=host
dockerRunArgs: -v $GITHUB_WORKSPACE:/src

# Set an output parameter `uname` for use in subsequent steps
run: |
Expand Down

0 comments on commit 4e121fa

Please sign in to comment.