Skip to content

Commit

Permalink
Merge pull request #25 from OXIDFabian/dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/build-push-action-6

Bump docker/build-push-action from 5 to 6
  • Loading branch information
OXIDFabian authored Oct 31, 2024
2 parents ae7f67f + 557f7f1 commit 4a9a5f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
- name: Build and push php ${{ matrix.php_version }} image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
id: build-and-push
with:
context: ./${{ matrix.php_version }}/
Expand Down

0 comments on commit 4a9a5f8

Please sign in to comment.