Skip to content

Commit 71db650

Browse files
chore(deps): update docker/build-push-action action to v7 (#2081)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1b5fbb3 commit 71db650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
images: ghcr.io/${{ github.repository_owner }}/${{ matrix.bin }}-rust
3232
- name: Build and release Docker images
33-
uses: docker/build-push-action@v6
33+
uses: docker/build-push-action@v7
3434
with:
3535
platforms: linux/386,linux/amd64,linux/arm64/v8
3636
target: ${{ matrix.bin }}

0 commit comments

Comments
 (0)