Skip to content

Commit

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

chore(deps): bump docker/build-push-action from 5 to 6
  • Loading branch information
sjinks authored Jul 11, 2024
2 parents 77dad3a + f92fe67 commit 8a11485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-util-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# username: ${{ secrets.DOCKERHUB_USERNAME }}
# password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push devwithlando/${{ matrix.image }}:${{ matrix.tag }}${{ steps.pr.outputs.TAG_SUFFIX }}
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.context }}
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit 8a11485

Please sign in to comment.