Skip to content

Commit

Permalink
Bump docker/build-push-action from 5 to 6 in /.github/workflows (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent cec75b2 commit 2d9c0ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
images: ${{ env.IMAGE_TAG }}

- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: ${{ github.ref == 'refs/heads/main' && github.event_name != 'pull_request' }}
context: ./php/${{ matrix.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
images: ${{ env.IMAGE_TAG }}

- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: ${{ github.ref == 'refs/heads/main' && github.event_name != 'pull_request' }}
context: ./wp/php${{ matrix.version }}
Expand Down

0 comments on commit 2d9c0ee

Please sign in to comment.