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 @@ -141,7 +141,7 @@ jobs:
141
141
uses : docker/setup-qemu-action@v3.6.0
142
142
143
143
- name : Build for test
144
- uses : docker/build-push-action@v6.17 .0
144
+ uses : docker/build-push-action@v6.18 .0
145
145
with :
146
146
platforms : linux/amd64
147
147
tags : ${{ env.IMAGE_TO_TEST }}
@@ -179,7 +179,7 @@ jobs:
179
179
password : ${{ github.token }}
180
180
181
181
- name : Build and push
182
- uses : docker/build-push-action@v6.17 .0
182
+ uses : docker/build-push-action@v6.18 .0
183
183
if : github.actor == github.repository_owner
184
184
with :
185
185
platforms : ${{ matrix.platforms }}
Original file line number Diff line number Diff line change 56
56
uses : docker/setup-buildx-action@v3.10.0
57
57
58
58
- name : Confirm multi-arch build
59
- uses : docker/build-push-action@v6.17 .0
59
+ uses : docker/build-push-action@v6.18 .0
60
60
with :
61
61
platforms : ${{ matrix.platforms }}
62
62
# ensure latest base image is used
66
66
cache-from : type=gha,scope=${{ matrix.variant }}
67
67
68
68
- name : Build for test
69
- uses : docker/build-push-action@v6.17 .0
69
+ uses : docker/build-push-action@v6.18 .0
70
70
with :
71
71
# Only build single platform since loading multi-arch image into daemon fails with
72
72
# "docker exporter does not currently support exporting manifest lists"
You can’t perform that action at this time.
0 commit comments