We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08ab2ed commit 88a7c0fCopy full SHA for 88a7c0f
1 file changed
.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@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4.1.1
58
with:
59
push: ${{ github.event_name != 'pull_request' }}
60
tags: ${{ steps.docker_meta.outputs.tags }}
0 commit comments