Skip to content

Commit

Permalink
Re-enable network=host
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Oct 10, 2023
1 parent 8a0c4d7 commit fb41311
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
- uses: docker/setup-qemu-action@v3
# buildx adds additional features to docker build
- uses: docker/setup-buildx-action@v3

with:
driver-opts: network=host
- name: Run local registry
run: docker run --rm -d -p 5000:5000 registry:2
- name: Build
Expand Down

0 comments on commit fb41311

Please sign in to comment.