We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d636cb commit 1f8bf2cCopy full SHA for 1f8bf2c
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@37abcedcc1da61a57767b7588cb9d03eb57e28b3 # v3.3.0
+ uses: docker/build-push-action@1104d471370f9806843c095c1db02b5a90c5f8b6 # v3.3.1
58
with:
59
push: ${{ github.event_name != 'pull_request' }}
60
tags: ${{ steps.docker_meta.outputs.tags }}
0 commit comments