We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67eef48 commit df98385Copy full SHA for df98385
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@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
+ - uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
44
with:
45
platforms: linux/amd64,linux/arm64
46
build-args: CLI=${{ matrix.cli }}
0 commit comments