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