Skip to content

Commit

Permalink
chore(deps): bump docker/build-push-action from 3 to 4 (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran authored Feb 7, 2023
2 parents 42d612f + 17bbfc3 commit 64d6242
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 @@ -34,7 +34,7 @@ jobs:
uses: docker/setup-buildx-action@v2

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

0 comments on commit 64d6242

Please sign in to comment.