Skip to content

Commit 04f0ea3

Browse files
committed
Update release.yml
1 parent 346523a commit 04f0ea3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ jobs:
6363

6464
- name: Set up Docker Buildx
6565
uses: docker/setup-buildx-action@v3
66+
with:
67+
version: latest
68+
endpoint: builders
69+
buildkitd-flags: "--allow-insecure-entitlement network.host"
70+
driver-opts: network=host
6671

6772
- name: Supported Architectures
6873
run: docker buildx ls
@@ -83,6 +88,8 @@ jobs:
8388
cache-from: type=gha
8489
cache-to: type=gha,mode=max
8590
provenance: false
91+
allow: network.host
92+
network: host
8693

8794
- name: Export image digest
8895
id: digest-prep

0 commit comments

Comments
 (0)