File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-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 @@ -145,7 +145,7 @@ jobs:
145145 password : ${{ secrets.GITHUB_TOKEN }}
146146
147147 - name : Build and push node-installer image
148- uses : docker/build-push-action@v5
148+ uses : docker/build-push-action@v6
149149 with :
150150 push : true
151151 tags : |
Original file line number Diff line number Diff line change 8282 for f in ./_artifacts/*/*-aarch64.tar.gz; do tar -xf $f --directory ./deployments/k3d/.tmp/linux/arm64; done
8383
8484 - name : Build and push k3d shim image
85- uses : docker/build-push-action@v5
85+ uses : docker/build-push-action@v6
8686 with :
8787 push : true
8888 tags : |
You can’t perform that action at this time.
0 commit comments