We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34dfc23 commit b66c371Copy full SHA for b66c371
.github/workflows/ci.yml
@@ -54,7 +54,7 @@ jobs:
54
password: ${{ secrets.GITHUB_TOKEN }}
55
56
- name: Push to GitHub Packages
57
- uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v4.0.0
+ uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4.2.1
58
with:
59
push: ${{ github.event_name != 'pull_request' }}
60
tags: ${{ steps.docker_meta.outputs.tags }}
0 commit comments