Skip to content

Commit fe1cadc

Browse files
build(deps): bump docker/build-push-action from 6.18.0 to 6.19.2 in the updates group (#3939)
1 parent ac125dc commit fe1cadc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

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

140140
- name: Build for test
141-
uses: docker/build-push-action@v6.18.0
141+
uses: docker/build-push-action@v6.19.2
142142
with:
143143
platforms: linux/amd64
144144
tags: ${{ env.IMAGE_TO_TEST }}
@@ -178,7 +178,7 @@ jobs:
178178
password: ${{ github.token }}
179179

180180
- name: Build and push
181-
uses: docker/build-push-action@v6.18.0
181+
uses: docker/build-push-action@v6.19.2
182182
if: github.actor == github.repository_owner
183183
with:
184184
platforms: ${{ matrix.platforms }}

.github/workflows/verify-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
uses: docker/setup-buildx-action@v3.12.0
6363

6464
- name: Confirm multi-arch build
65-
uses: docker/build-push-action@v6.18.0
65+
uses: docker/build-push-action@v6.19.2
6666
with:
6767
platforms: ${{ matrix.platforms }}
6868
# ensure latest base image is used
@@ -73,7 +73,7 @@ jobs:
7373
cache-from: type=gha,scope=${{ matrix.variant }}
7474

7575
- name: Build for test
76-
uses: docker/build-push-action@v6.18.0
76+
uses: docker/build-push-action@v6.19.2
7777
with:
7878
# Only build single platform since loading multi-arch image into daemon fails with
7979
# "docker exporter does not currently support exporting manifest lists"

0 commit comments

Comments
 (0)