We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb62c52 + f603680 commit b7e337fCopy full SHA for b7e337f
.github/workflows/build.yml
@@ -41,7 +41,7 @@ jobs:
41
username: ${{ github.actor }}
42
password: ${{ secrets.GITHUB_TOKEN }}
43
- name: Push to GitHub Packages
44
- uses: docker/build-push-action@v4
+ uses: docker/build-push-action@v5
45
with:
46
push: ${{ github.event_name == 'release' }}
47
tags: ${{ steps.prep.outputs.tags }}
0 commit comments