Skip to content

Commit 316ddbb

Browse files
chore(deps): bump docker/build-push-action from 5 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5cf6d8f commit 316ddbb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/action-docker-build-push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/action-node-installer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: |

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)