Skip to content

Commit

Permalink
Merge pull request #79 from laradock/fix-action-job
Browse files Browse the repository at this point in the history
Update dockerimage.yml
  • Loading branch information
bestlong authored Feb 13, 2025
2 parents abdf50b + 9409216 commit be9d814
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
uses: docker/build-push-action@v5
with:
file: Dockerfile-${{ matrix.php_version }}
platforms: linux/amd64,linux/arm64,linux/386,linux/arm/v7,linux/arm/v6
# skip linux/arm64
platforms: linux/amd64,linux/386,linux/arm/v7,linux/arm/v6
push: ${{ (github.event_name != 'pull_request') && (github.repository == 'laradock/php-fpm') && (github.ref == 'refs/heads/master') }}
tags: ${{ steps.meta.outputs.tags }}

0 comments on commit be9d814

Please sign in to comment.