We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ecaff7 + 99b211e commit b362f53Copy full SHA for b362f53
1 file changed
.github/workflows/build.yaml
@@ -36,7 +36,7 @@ jobs:
36
username: ${{ github.actor }}
37
password: ${{ secrets.GITHUB_TOKEN }}
38
- name: Push to GitHub Packages
39
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
40
with:
41
push: ${{ github.event_name == 'release' }}
42
tags: ${{ steps.prep.outputs.tags }}
0 commit comments