We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdfa256 commit fa17cafCopy full SHA for fa17caf
.github/workflows/buildx-stage.yaml
@@ -107,6 +107,9 @@ jobs:
107
- name: setup buildx
108
if: ${{ steps.check.outputs.build == 'y' && !inputs.dry-run }}
109
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
+
113
- name: quay login
114
115
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
0 commit comments