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 12c311c commit b4dda03Copy full SHA for b4dda03
1 file changed
.github/workflows/docker.yml
@@ -65,7 +65,7 @@ jobs:
65
type=sha,format=long
66
67
- name: Build and push
68
- uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
+ uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
69
with:
70
push: ${{ github.event_name != 'pull_request' }}
71
tags: ${{ steps.meta.outputs.tags }}
0 commit comments