Skip to content

Commit df98385

Browse files
[skip-release] Update docker/build-push-action action to v7 (#23)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 67eef48 commit df98385

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: login
4141
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u "${{ github.actor }}" --password-stdin
4242

43-
- uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
43+
- uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
4444
with:
4545
platforms: linux/amd64,linux/arm64
4646
build-args: CLI=${{ matrix.cli }}

0 commit comments

Comments
 (0)