Skip to content

Commit

Permalink
chore: switch to docker/build-push-action@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jim380 committed Sep 17, 2023
1 parent f48c001 commit 7656492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Build image and push to GitHub Container Registry
uses: docker/build-push-action@v2
uses: docker/build-push-action@v4
with:
# Note: tags has to be all lower-case
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 7656492

Please sign in to comment.