Commit 8bb7ea9 1 parent fcfb1cd commit 8bb7ea9 Copy full SHA for 8bb7ea9
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 @@ -145,7 +145,7 @@ jobs:
145
145
uses : docker/setup-qemu-action@v3.4.0
146
146
147
147
- name : Build for test
148
- uses : docker/build-push-action@v6.13 .0
148
+ uses : docker/build-push-action@v6.14 .0
149
149
with :
150
150
platforms : linux/amd64
151
151
tags : ${{ env.IMAGE_TO_TEST }}
@@ -183,7 +183,7 @@ jobs:
183
183
password : ${{ github.token }}
184
184
185
185
- name : Build and push
186
- uses : docker/build-push-action@v6.13 .0
186
+ uses : docker/build-push-action@v6.14 .0
187
187
if : github.actor == github.repository_owner
188
188
with :
189
189
platforms : ${{ matrix.platforms }}
Original file line number Diff line number Diff line change 56
56
uses : docker/setup-buildx-action@v3.9.0
57
57
58
58
- name : Confirm multi-arch build
59
- uses : docker/build-push-action@v6.13 .0
59
+ uses : docker/build-push-action@v6.14 .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.13 .0
69
+ uses : docker/build-push-action@v6.14 .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