From 0e0d6a0806c5120ed055a82d878dd9eaa24e480d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Jun 2024 15:42:51 +0000 Subject: [PATCH] :arrow_up: 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/image-v1.yml | 2 +- .github/workflows/image-v2.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/image-v1.yml b/.github/workflows/image-v1.yml index c2ae015e..4e9160ea 100644 --- a/.github/workflows/image-v1.yml +++ b/.github/workflows/image-v1.yml @@ -25,7 +25,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - name: Build and push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: push: true platforms: linux/amd64 diff --git a/.github/workflows/image-v2.yml b/.github/workflows/image-v2.yml index a5d8c76a..fe8fb868 100644 --- a/.github/workflows/image-v2.yml +++ b/.github/workflows/image-v2.yml @@ -25,7 +25,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - name: Build and push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: push: true platforms: linux/amd64