We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6063a9 commit e04f0faCopy full SHA for e04f0fa
1 file changed
.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@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
61
with:
62
push: ${{ github.event_name != 'pull_request' }}
63
tags: ${{ steps.docker_meta.outputs.tags }}
0 commit comments