Skip to content

Commit

Permalink
Docker build allow network.host
Browse files Browse the repository at this point in the history
  • Loading branch information
artyom-p committed Oct 27, 2023
1 parent 16a92cc commit 31b99d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ jobs:
with:
#cache-from: 'type=registry,ref=${{ env.cache_image }}'
#cache-to: 'type=registry,mode=max,ref=${{ env.cache_image }}'
allow: 'network.host'
push: true
context: ${{ fromJson(inputs.settings).build.docker.context }}
file: ${{ steps.info.outputs.dockerfile }}
Expand Down

0 comments on commit 31b99d6

Please sign in to comment.