Skip to content

Commit a727d5a

Browse files
committed
Try network: host as a workaround for npm issues
1 parent ff4bfa9 commit a727d5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/docker.yml

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
with:
3535
context: .
3636
platforms: linux/amd64,linux/arm64/v8
37+
network: host
3738
push: ${{ github.event_name != 'pull_request' }}
3839
tags: ${{ steps.meta.outputs.tags }}
3940
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)