Skip to content

Commit

Permalink
Using --options: privileged rather than privileged: true
Browse files Browse the repository at this point in the history
  • Loading branch information
Halfwalker committed Jan 26, 2024
1 parent c2f1042 commit 6492a50
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
container:
image: docker.io/halfwalker/alpineset2
# This option for using v0.2.6 ACT runner
privileged: true
# Not required ? Looks like "options: --privileged" below works, and
# doesn't break github syntax
# privileged: true
# This option for using old -main- ACT runner
options: --privileged
env:
Expand Down

0 comments on commit 6492a50

Please sign in to comment.