We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3061fc4 commit 13cdabbCopy full SHA for 13cdabb
1 file changed
.github/workflows/push.yaml
@@ -40,7 +40,7 @@ jobs:
40
- name: login
41
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u "${{ github.actor }}" --password-stdin
42
43
- - uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
+ - uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7
44
with:
45
platforms: linux/amd64,linux/arm64
46
build-args: CLI=${{ matrix.cli }}
0 commit comments