Skip to content

Commit fa17caf

Browse files
committed
gha: enable insecure builds in buildkit
see: #3 Signed-off-by: Kornilios Kourtis <[email protected]>
1 parent bdfa256 commit fa17caf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/buildx-stage.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ jobs:
107107
- name: setup buildx
108108
if: ${{ steps.check.outputs.build == 'y' && !inputs.dry-run }}
109109
uses: docker/setup-buildx-action@3d68780484996aa9d417bb9016193885cdf1f299 # v3.6.0
110+
with:
111+
buildkitd-flags: "--allow-insecure-entitlement security.insecure --allow-insecure-entitlement network.host",
112+
110113
- name: quay login
111114
if: ${{ steps.check.outputs.build == 'y' && !inputs.dry-run }}
112115
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0

0 commit comments

Comments
 (0)