Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jlebon committed Nov 29, 2024
1 parent 41f2ebe commit d290890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: |
set -xeuo pipefail
n=${{ matrix.releasever }}
podman build --privileged --from $FEDORA_TOOLBOX:$n -t "${{ env.QUAY_BASE }}:f$n" .
podman build --cap-add=CAP_DAC_OVERRIDE --from $FEDORA_TOOLBOX:$n -t "${{ env.QUAY_BASE }}:f$n" .
- name: Push
run: |
set -xeuo pipefail
Expand Down

0 comments on commit d290890

Please sign in to comment.