From a94b186602265b4cfb76a07d8b136002b47f7214 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 04:14:46 +0000 Subject: [PATCH] Bump docker/build-push-action from 6.12.0 to 6.13.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.12.0 to 6.13.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/67a2d409c0a876cbe6b11854e3e25193efe4e62d...ca877d9245402d1537745e0e356eab47c3520991) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/image-build.yml | 2 +- .github/workflows/image-publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/image-build.yml b/.github/workflows/image-build.yml index 41b1d574..3fed6836 100644 --- a/.github/workflows/image-build.yml +++ b/.github/workflows/image-build.yml @@ -45,7 +45,7 @@ jobs: git lfs pull - name: Test build on x86 id: docker_build - uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v5 + uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v5 with: context: . file: ./Dockerfile diff --git a/.github/workflows/image-publish.yml b/.github/workflows/image-publish.yml index 01943b23..718846be 100644 --- a/.github/workflows/image-publish.yml +++ b/.github/workflows/image-publish.yml @@ -76,7 +76,7 @@ jobs: git lfs pull - name: Build and Push Image id: image-build - uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6 + uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6 with: context: . platforms: linux/amd64,linux/arm64