Skip to content

Commit 89a6e1a

Browse files
build(deps): bump docker/build-push-action from 6.16.0 to 6.17.0 in the updates group (#3458)
1 parent dc97022 commit 89a6e1a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-multiarch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
uses: docker/setup-qemu-action@v3.6.0
140140

141141
- name: Build for test
142-
uses: docker/build-push-action@v6.16.0
142+
uses: docker/build-push-action@v6.17.0
143143
with:
144144
platforms: linux/amd64
145145
tags: ${{ env.IMAGE_TO_TEST }}
@@ -177,7 +177,7 @@ jobs:
177177
password: ${{ github.token }}
178178

179179
- name: Build and push
180-
uses: docker/build-push-action@v6.16.0
180+
uses: docker/build-push-action@v6.17.0
181181
if: github.actor == github.repository_owner
182182
with:
183183
platforms: ${{ matrix.platforms }}

.github/workflows/verify-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
uses: docker/setup-buildx-action@v3.10.0
5757

5858
- name: Confirm multi-arch build
59-
uses: docker/build-push-action@v6.16.0
59+
uses: docker/build-push-action@v6.17.0
6060
with:
6161
platforms: ${{ matrix.platforms }}
6262
# ensure latest base image is used
@@ -66,7 +66,7 @@ jobs:
6666
cache-from: type=gha,scope=${{ matrix.variant }}
6767

6868
- name: Build for test
69-
uses: docker/build-push-action@v6.16.0
69+
uses: docker/build-push-action@v6.17.0
7070
with:
7171
# Only build single platform since loading multi-arch image into daemon fails with
7272
# "docker exporter does not currently support exporting manifest lists"

0 commit comments

Comments
 (0)