Skip to content

Commit

Permalink
devops: upgrade to docker/build-push-action@v5
Browse files Browse the repository at this point in the history
  • Loading branch information
bestlong committed Oct 2, 2023
1 parent ab357ec commit 6a8ff23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Build and push
id: docker_build
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
build-args: PHP_TAG_VERSION=${{ matrix.php_version }}
push: ${{ (github.event_name != 'pull_request') && (github.ref == 'refs/heads/master') }}
Expand Down

0 comments on commit 6a8ff23

Please sign in to comment.