From 263208d59827de83f5365603f3381d19e9fcf675 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 07:45:52 +0000 Subject: [PATCH] chore: 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 28559de..ea8e823 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 c4328fb..5c677ce 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