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 08ab2ed commit bc80f36Copy full SHA for bc80f36
.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@4e4ee680f69700760d5620a94c020aef883043aa # v4.2.0
58
with:
59
push: ${{ github.event_name != 'pull_request' }}
60
tags: ${{ steps.docker_meta.outputs.tags }}
0 commit comments