File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -48,15 +48,15 @@ jobs:
4848 sudo systemctl restart docker
4949
5050 - name : Build and load (test run)
51- uses : docker/build-push-action@v5
51+ uses : docker/build-push-action@v6
5252 if : ${{ inputs.test }}
5353 with :
5454 context : ${{ matrix.image.context }}
5555 load : true
5656 tags : containerd-shim-spin/${{ matrix.image.imageName }}:test
5757 platforms : wasi/wasm
5858 - name : Build and push
59- uses : docker/build-push-action@v5
59+ uses : docker/build-push-action@v6
6060 if : ${{ !inputs.test }}
6161 with :
6262 push : true
Original file line number Diff line number Diff line change 3636 - uses : actions/download-artifact@v6
3737 with :
3838 path : _artifacts
39+ pattern : " !*.dockerbuild"
3940
4041 - name : Set up QEMU
4142 uses : docker/setup-qemu-action@v3
@@ -123,6 +124,7 @@ jobs:
123124 - uses : actions/download-artifact@v6
124125 with :
125126 path : _artifacts
127+ pattern : " !*.dockerbuild"
126128
127129 - name : Set up QEMU
128130 uses : docker/setup-qemu-action@v3
@@ -145,7 +147,7 @@ jobs:
145147 password : ${{ secrets.GITHUB_TOKEN }}
146148
147149 - name : Build and push node-installer image
148- uses : docker/build-push-action@v5
150+ uses : docker/build-push-action@v6
149151 with :
150152 push : true
151153 tags : |
Original file line number Diff line number Diff line change 1111 steps :
1212 - uses : actions/checkout@v5
1313 - uses : actions/download-artifact@v6
14+ with :
15+ pattern : " !*.dockerbuild"
1416 - uses : azure/setup-kubectl@v4
1517 - uses : fermyon/actions/spin/setup@v1
1618 with :
Original file line number Diff line number Diff line change 4040 - uses : actions/download-artifact@v6
4141 with :
4242 path : _artifacts
43+ pattern : " !*.dockerbuild"
4344
4445 - name : Copy release workload assets into _dist
4546 if : startsWith(github.ref, 'refs/tags/v')
8283 for f in ./_artifacts/*/*-aarch64.tar.gz; do tar -xf $f --directory ./deployments/k3d/.tmp/linux/arm64; done
8384
8485 - name : Build and push k3d shim image
85- uses : docker/build-push-action@v5
86+ uses : docker/build-push-action@v6
8687 with :
8788 push : true
8889 tags : |
You can’t perform that action at this time.
0 commit comments