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:
141141142142
143143 - name : Build for test
144- uses : docker/build-push-action@v6.17 .0
144+ uses : docker/build-push-action@v6.18 .0
145145 with :
146146 platforms : linux/amd64
147147 tags : ${{ env.IMAGE_TO_TEST }}
@@ -179,7 +179,7 @@ jobs:
179179 password : ${{ github.token }}
180180
181181 - name : Build and push
182- uses : docker/build-push-action@v6.17 .0
182+ uses : docker/build-push-action@v6.18 .0
183183 if : github.actor == github.repository_owner
184184 with :
185185 platforms : ${{ matrix.platforms }}
Original file line number Diff line number Diff line change 56565757
5858 - name : Confirm multi-arch build
59- uses : docker/build-push-action@v6.17 .0
59+ uses : docker/build-push-action@v6.18 .0
6060 with :
6161 platforms : ${{ matrix.platforms }}
6262 # ensure latest base image is used
6666 cache-from : type=gha,scope=${{ matrix.variant }}
6767
6868 - name : Build for test
69- uses : docker/build-push-action@v6.17 .0
69+ uses : docker/build-push-action@v6.18 .0
7070 with :
7171 # Only build single platform since loading multi-arch image into daemon fails with
7272 # "docker exporter does not currently support exporting manifest lists"
You can’t perform that action at this time.
0 commit comments