Skip to content

Commit d420c52

Browse files
build(deps): bump the updates group with 2 updates (#3249)
1 parent 1e28390 commit d420c52

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build-multiarch.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,10 @@ jobs:
131131
uses: docker/setup-buildx-action@v3.8.0
132132

133133
- name: Set up QEMU
134-
uses: docker/setup-qemu-action@v3.2.0
134+
uses: docker/setup-qemu-action@v3.3.0
135135

136136
- name: Build for test
137-
uses: docker/build-push-action@v6.10.0
137+
uses: docker/build-push-action@v6.11.0
138138
with:
139139
platforms: linux/amd64
140140
tags: ${{ env.IMAGE_TO_TEST }}
@@ -172,7 +172,7 @@ jobs:
172172
password: ${{ github.token }}
173173

174174
- name: Build and push
175-
uses: docker/build-push-action@v6.10.0
175+
uses: docker/build-push-action@v6.11.0
176176
if: github.actor == github.repository_owner
177177
with:
178178
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.8.0
5757

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