Skip to content

Commit 31b99d6

Browse files
committed
Docker build allow network.host
1 parent 16a92cc commit 31b99d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-docker.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ jobs:
130130
with:
131131
#cache-from: 'type=registry,ref=${{ env.cache_image }}'
132132
#cache-to: 'type=registry,mode=max,ref=${{ env.cache_image }}'
133+
allow: 'network.host'
133134
push: true
134135
context: ${{ fromJson(inputs.settings).build.docker.context }}
135136
file: ${{ steps.info.outputs.dockerfile }}

0 commit comments

Comments
 (0)