From 55a0a920b436ebf67f6a0ea5012f207bba16389d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 10:44:26 +0000 Subject: [PATCH] Bump docker/build-push-action from 4 to 6 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v4...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-push-main.yml | 2 +- .github/workflows/image-push-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/image-push-main.yml b/.github/workflows/image-push-main.yml index 20e6c60..3c004ac 100644 --- a/.github/workflows/image-push-main.yml +++ b/.github/workflows/image-push-main.yml @@ -31,7 +31,7 @@ jobs: with: images: ghcr.io/${{ steps.repo_name.outputs.repository }} - name: Build and push container image - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v6 with: context: . push: true diff --git a/.github/workflows/image-push-release.yml b/.github/workflows/image-push-release.yml index 0a62c2b..4b061f5 100644 --- a/.github/workflows/image-push-release.yml +++ b/.github/workflows/image-push-release.yml @@ -35,7 +35,7 @@ jobs: flavor: | latest=false - name: Build and push container image - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v6 with: context: . platforms: linux/amd64,linux/arm64