From 865bceb48d5645d1cb072f10c65e184315490f43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 16:47:41 +0000 Subject: [PATCH] Bump docker/build-push-action from 6.12.0 to 6.14.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.12.0 to 6.14.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.12.0...v6.14.0) --- 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/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6eaf5830..1f5ee339 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -109,7 +109,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - name: Build and push id: docker_build - uses: docker/build-push-action@v6.12.0 + uses: docker/build-push-action@v6.14.0 with: context: . platforms: linux/amd64,linux/arm64 @@ -157,7 +157,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - name: Build and push id: docker_build - uses: docker/build-push-action@v6.12.0 + uses: docker/build-push-action@v6.14.0 with: context: . platforms: linux/amd64,linux/arm64