File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ jobs:
139
139
uses : docker/setup-qemu-action@v3.6.0
140
140
141
141
- name : Build for test
142
- uses : docker/build-push-action@v6.16 .0
142
+ uses : docker/build-push-action@v6.17 .0
143
143
with :
144
144
platforms : linux/amd64
145
145
tags : ${{ env.IMAGE_TO_TEST }}
@@ -177,7 +177,7 @@ jobs:
177
177
password : ${{ github.token }}
178
178
179
179
- name : Build and push
180
- uses : docker/build-push-action@v6.16 .0
180
+ uses : docker/build-push-action@v6.17 .0
181
181
if : github.actor == github.repository_owner
182
182
with :
183
183
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.16 .0
59
+ uses : docker/build-push-action@v6.17 .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.16 .0
69
+ uses : docker/build-push-action@v6.17 .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