Skip to content

Commit

Permalink
chore(deps): bump docker/build-push-action from 5 to 6 (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran authored Jul 10, 2024
2 parents c29fec1 + 7c248ea commit 49bcbe6
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 @@ -70,7 +70,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build, tag, and push image to GitHub Container Registry
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
builder: ${{ steps.buildx.outputs.name }}
build-args: GIT-SHA=${{ github.sha }}
Expand Down

0 comments on commit 49bcbe6

Please sign in to comment.