Skip to content

Commit

Permalink
Merge pull request #61 from core23/dependabot/github_actions/docker/b…
Browse files Browse the repository at this point in the history
…uild-push-action-6

Bump docker/build-push-action from 5 to 6
  • Loading branch information
core23 committed Jun 18, 2024
2 parents 42b8809 + b8f45a7 commit ca643bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: "Build and push"
uses: "docker/build-push-action@v5"
uses: "docker/build-push-action@v6"
with:
context: "php/${{ matrix.base-image }}/${{ matrix.php-version }}"
platforms: "linux/amd64"
Expand Down

0 comments on commit ca643bf

Please sign in to comment.