Skip to content

Commit be846dd

Browse files
build(deps): bump docker/build-push-action from 6.3.0 to 6.4.1 in the updates group (#3010)
1 parent de1d7f4 commit be846dd

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
@@ -138,7 +138,7 @@ jobs:
138138
uses: docker/setup-qemu-action@v3.1.0
139139

140140
- name: Build for test
141-
uses: docker/build-push-action@v6.3.0
141+
uses: docker/build-push-action@v6.4.1
142142
with:
143143
platforms: linux/amd64
144144
tags: ${{ env.IMAGE_TO_TEST }}
@@ -176,7 +176,7 @@ jobs:
176176
password: ${{ github.token }}
177177

178178
- name: Build and push
179-
uses: docker/build-push-action@v6.3.0
179+
uses: docker/build-push-action@v6.4.1
180180
if: github.actor == github.repository_owner
181181
with:
182182
platforms: ${{ matrix.platforms }}

.github/workflows/verify-pr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
uses: docker/setup-buildx-action@v3.4.0
5656

5757
- name: Confirm multi-arch build
58-
uses: docker/build-push-action@v6.3.0
58+
uses: docker/build-push-action@v6.4.1
5959
with:
6060
platforms: ${{ matrix.platforms }}
6161
# ensure latest base image is used
@@ -65,7 +65,7 @@ jobs:
6565
cache-from: type=gha,scope=${{ matrix.variant }}
6666

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

0 commit comments

Comments
 (0)