Skip to content

Commit 8bb7ea9

Browse files
build(deps): bump docker/build-push-action from 6.13.0 to 6.14.0 in the updates group (#3337)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fcfb1cd commit 8bb7ea9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-multiarch.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
uses: docker/setup-qemu-action@v3.4.0
146146

147147
- name: Build for test
148-
uses: docker/build-push-action@v6.13.0
148+
uses: docker/build-push-action@v6.14.0
149149
with:
150150
platforms: linux/amd64
151151
tags: ${{ env.IMAGE_TO_TEST }}
@@ -183,7 +183,7 @@ jobs:
183183
password: ${{ github.token }}
184184

185185
- name: Build and push
186-
uses: docker/build-push-action@v6.13.0
186+
uses: docker/build-push-action@v6.14.0
187187
if: github.actor == github.repository_owner
188188
with:
189189
platforms: ${{ matrix.platforms }}

.github/workflows/verify-pr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
uses: docker/setup-buildx-action@v3.9.0
5757

5858
- name: Confirm multi-arch build
59-
uses: docker/build-push-action@v6.13.0
59+
uses: docker/build-push-action@v6.14.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.13.0
69+
uses: docker/build-push-action@v6.14.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)