Skip to content

Commit

Permalink
gha: enable insecure builds in buildkit
Browse files Browse the repository at this point in the history
see: #3

Signed-off-by: Kornilios Kourtis <[email protected]>
  • Loading branch information
kkourt committed Jul 30, 2024
1 parent bdfa256 commit fa17caf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/buildx-stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ jobs:
- name: setup buildx
if: ${{ steps.check.outputs.build == 'y' && !inputs.dry-run }}
uses: docker/setup-buildx-action@3d68780484996aa9d417bb9016193885cdf1f299 # v3.6.0
with:
buildkitd-flags: "--allow-insecure-entitlement security.insecure --allow-insecure-entitlement network.host",

- name: quay login
if: ${{ steps.check.outputs.build == 'y' && !inputs.dry-run }}
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
Expand Down

0 comments on commit fa17caf

Please sign in to comment.