Skip to content

Commit

Permalink
maybe in the correct spot
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinrue committed Aug 13, 2024
1 parent 707f9d4 commit 95ee9c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ jobs:
- name: Build and push Docker images (Jammy)
if: matrix.ubuntu-release-name == 'jammy'
uses: docker/build-push-action@v6
driver-opts: |
network=host
with:
push: false
driver-opts: |
network=host
platforms: linux/amd64,linux/arm64
build-args: |
PHP_VERSION=${{ matrix.version }}
Expand All @@ -66,10 +66,10 @@ jobs:
- name: Build and push Docker images (Others)
if: matrix.ubuntu-release-name != 'jammy'
uses: docker/build-push-action@v6
driver-opts: |
network=host
with:
push: false
driver-opts: |
network=host
platforms: linux/amd64,linux/arm64
build-args: |
PHP_VERSION=${{ matrix.version }}
Expand Down

0 comments on commit 95ee9c0

Please sign in to comment.