Skip to content

Commit

Permalink
Update docker-image.yml build-push-action to v5
Browse files Browse the repository at this point in the history
v3->v5
  • Loading branch information
khakers committed Mar 23, 2024
1 parent a0e43df commit a7bef2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
type=raw,value=latest,enable=${{ github.event.release.prerelease == false }}
- name: Build and push Docker image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5.3
with:
context: .
push: true
Expand Down

0 comments on commit a7bef2b

Please sign in to comment.