Commit 0e3f758 1 parent b595c10 commit 0e3f758 Copy full SHA for 0e3f758
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 @@ -134,7 +134,7 @@ jobs:
134
134
uses : docker/setup-qemu-action@v3.3.0
135
135
136
136
- name : Build for test
137
- uses : docker/build-push-action@v6.11 .0
137
+ uses : docker/build-push-action@v6.12 .0
138
138
with :
139
139
platforms : linux/amd64
140
140
tags : ${{ env.IMAGE_TO_TEST }}
@@ -172,7 +172,7 @@ jobs:
172
172
password : ${{ github.token }}
173
173
174
174
- name : Build and push
175
- uses : docker/build-push-action@v6.11 .0
175
+ uses : docker/build-push-action@v6.12 .0
176
176
if : github.actor == github.repository_owner
177
177
with :
178
178
platforms : ${{ matrix.platforms }}
Original file line number Diff line number Diff line change 56
56
uses : docker/setup-buildx-action@v3.8.0
57
57
58
58
- name : Confirm multi-arch build
59
- uses : docker/build-push-action@v6.11 .0
59
+ uses : docker/build-push-action@v6.12 .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.11 .0
69
+ uses : docker/build-push-action@v6.12 .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