File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9898 runs-on : ubuntu-22.04
9999 steps :
100100 - name : Checkout
101- uses : actions/checkout@v4.1.7
101+ uses : actions/checkout@v4.2.0
102102 with :
103103 # for build-files step
104104 fetch-depth : 0
@@ -139,7 +139,7 @@ jobs:
139139 uses : docker/setup-qemu-action@v3.2.0
140140
141141 - name : Build for test
142- uses : docker/build-push-action@v6.7 .0
142+ uses : docker/build-push-action@v6.8 .0
143143 with :
144144 platforms : linux/amd64
145145 tags : ${{ env.IMAGE_TO_TEST }}
@@ -177,7 +177,7 @@ jobs:
177177 password : ${{ github.token }}
178178
179179 - name : Build and push
180- uses : docker/build-push-action@v6.7 .0
180+ uses : docker/build-push-action@v6.8 .0
181181 if : github.actor == github.repository_owner
182182 with :
183183 platforms : ${{ matrix.platforms }}
Original file line number Diff line number Diff line change 4747 runs-on : ubuntu-22.04
4848 steps :
4949 - name : Checkout
50- uses : actions/checkout@v4.1.7
50+ uses : actions/checkout@v4.2.0
5151 with :
5252 # for build-files step
5353 fetch-depth : 0
5656 uses : docker/setup-buildx-action@v3.6.1
5757
5858 - name : Confirm multi-arch build
59- uses : docker/build-push-action@v6.7 .0
59+ uses : docker/build-push-action@v6.8 .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.7 .0
69+ uses : docker/build-push-action@v6.8 .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