From 656e2118c8a47a0bbfc885c8213927b08424ed50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 17:54:17 +0000 Subject: [PATCH] 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-runtime-draft.yml | 2 +- .github/workflows/prepare-binary.yml | 2 +- .github/workflows/prepare-tanssi-relay-binary.yml | 2 +- .github/workflows/release.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker-runtime-draft.yml b/.github/workflows/docker-runtime-draft.yml index 8eb576984..a2e075f25 100644 --- a/.github/workflows/docker-runtime-draft.yml +++ b/.github/workflows/docker-runtime-draft.yml @@ -93,7 +93,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push id: docker_build - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . file: ./docker/${{matrix.image}}.Dockerfile diff --git a/.github/workflows/prepare-binary.yml b/.github/workflows/prepare-binary.yml index 08fe5149b..22cc97aa3 100644 --- a/.github/workflows/prepare-binary.yml +++ b/.github/workflows/prepare-binary.yml @@ -91,7 +91,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push id: docker_build - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . file: ./docker/${{matrix.image}}.Dockerfile diff --git a/.github/workflows/prepare-tanssi-relay-binary.yml b/.github/workflows/prepare-tanssi-relay-binary.yml index 503b13168..b78fbb082 100644 --- a/.github/workflows/prepare-tanssi-relay-binary.yml +++ b/.github/workflows/prepare-tanssi-relay-binary.yml @@ -91,7 +91,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push id: docker_build - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . file: ./docker/${{matrix.image}}.Dockerfile diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 580a0e617..00e574067 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1001,7 +1001,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push id: docker_build - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . file: ./docker/${{matrix.image}}.Dockerfile