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