Skip to content

Commit

Permalink
use host networking
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinrue committed Aug 13, 2024
1 parent 400bb92 commit 6b652cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
uses: docker/build-push-action@v6
with:
push: false
driver-opts: |
network=host
platforms: linux/amd64,linux/arm64
build-args: |
PHP_VERSION=${{ matrix.version }}
Expand All @@ -66,6 +68,8 @@ jobs:
uses: docker/build-push-action@v6
with:
push: false
driver-opts: |
network=host
platforms: linux/amd64,linux/arm64
build-args: |
PHP_VERSION=${{ matrix.version }}
Expand Down

0 comments on commit 6b652cc

Please sign in to comment.