File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff line change 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
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"
You can’t perform that action at this time.
0 commit comments