We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d32cb05 + 783f4de commit 91c957eCopy full SHA for 91c957e
.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@v5
+ uses: docker/build-push-action@v6
45
with:
46
push: ${{ github.event_name == 'release' }}
47
tags: ${{ steps.prep.outputs.tags }}
0 commit comments