Commit be846dd 1 parent de1d7f4 commit be846dd Copy full SHA for be846dd
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 @@ -138,7 +138,7 @@ jobs:
138
138
uses : docker/setup-qemu-action@v3.1.0
139
139
140
140
- name : Build for test
141
- uses : docker/build-push-action@v6.3.0
141
+ uses : docker/build-push-action@v6.4.1
142
142
with :
143
143
platforms : linux/amd64
144
144
tags : ${{ env.IMAGE_TO_TEST }}
@@ -176,7 +176,7 @@ jobs:
176
176
password : ${{ github.token }}
177
177
178
178
- name : Build and push
179
- uses : docker/build-push-action@v6.3.0
179
+ uses : docker/build-push-action@v6.4.1
180
180
if : github.actor == github.repository_owner
181
181
with :
182
182
platforms : ${{ matrix.platforms }}
Original file line number Diff line number Diff line change 55
55
uses : docker/setup-buildx-action@v3.4.0
56
56
57
57
- name : Confirm multi-arch build
58
- uses : docker/build-push-action@v6.3.0
58
+ uses : docker/build-push-action@v6.4.1
59
59
with :
60
60
platforms : ${{ matrix.platforms }}
61
61
# ensure latest base image is used
65
65
cache-from : type=gha,scope=${{ matrix.variant }}
66
66
67
67
- name : Build for test
68
- uses : docker/build-push-action@v6.3.0
68
+ uses : docker/build-push-action@v6.4.1
69
69
with :
70
70
# Only build single platform since loading multi-arch image into daemon fails with
71
71
# "docker exporter does not currently support exporting manifest lists"
You can’t perform that action at this time.
0 commit comments