From a87cc6a558c59d7e1dffe73d5291d66f1051ef09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 16:53:41 +0000 Subject: [PATCH] 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](https://github.com/docker/build-push-action/compare/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] --- .github/workflows/docker-build-push.yaml | 4 ++-- .github/workflows/node-installer.yaml | 2 +- .github/workflows/release.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker-build-push.yaml b/.github/workflows/docker-build-push.yaml index b430969a..2a52c2b8 100644 --- a/.github/workflows/docker-build-push.yaml +++ b/.github/workflows/docker-build-push.yaml @@ -49,7 +49,7 @@ jobs: sudo systemctl restart docker - name: test - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 if: ${{ inputs.test }} with: context: ${{ matrix.image.context }} @@ -57,7 +57,7 @@ jobs: tags: containerd-shim-spin/${{ matrix.image.imageName }}:test platforms: wasi/wasm - name: build and push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 if: ${{ !inputs.test }} with: push: true diff --git a/.github/workflows/node-installer.yaml b/.github/workflows/node-installer.yaml index dbc7c0c2..1855ea6a 100644 --- a/.github/workflows/node-installer.yaml +++ b/.github/workflows/node-installer.yaml @@ -55,7 +55,7 @@ jobs: for f in ./_artifacts/*/*-aarch64.tar.gz; do tar -xf $f --directory ./node-installer/.tmp/linux/arm64; done - name: build and push node-installer image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: push: true tags: | diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 96730d93..164a9ba5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -84,7 +84,7 @@ jobs: for f in ./_artifacts/*/*-aarch64.tar.gz; do tar -xf $f --directory ./deployments/k3d/.tmp/linux/arm64; done - name: build and push k3d shim image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: push: true tags: |