From 61c42a564f9d07d8553a147bc4f6f44e1826f316 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 09:44:05 +0000 Subject: [PATCH] ci: bump docker/build-push-action from 6.11.0 to 6.12.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.11.0 to 6.12.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.11.0...v6.12.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/docker-build-ontop.yml | 2 +- .github/workflows/docker-build.yml | 2 +- .github/workflows/docker-release-promote.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-build-ontop.yml b/.github/workflows/docker-build-ontop.yml index a87bfc3a3dca..ee5953b678de 100644 --- a/.github/workflows/docker-build-ontop.yml +++ b/.github/workflows/docker-build-ontop.yml @@ -110,7 +110,7 @@ jobs: ${{ steps.calculate-docker-tags.outputs.docker-tags }} - name: Push Docker image - uses: docker/build-push-action@v6.11.0 + uses: docker/build-push-action@v6.12.0 id: docker_build_and_push with: context: . diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 1db67e066b58..d67daa40cf04 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -129,7 +129,7 @@ jobs: type=raw,value=${{ steps.version.outputs.build_version }} - name: Push Docker image - uses: docker/build-push-action@v6.11.0 + uses: docker/build-push-action@v6.12.0 id: docker_build_and_push with: context: . diff --git a/.github/workflows/docker-release-promote.yml b/.github/workflows/docker-release-promote.yml index 7c4ced307c29..4fa1639bd3b3 100644 --- a/.github/workflows/docker-release-promote.yml +++ b/.github/workflows/docker-release-promote.yml @@ -195,7 +195,7 @@ jobs: ${{ steps.generate-tags.outputs.ubuntu-tags }} - name: Build and Push Release Ubuntu Docker image - uses: docker/build-push-action@v6.11.0 + uses: docker/build-push-action@v6.12.0 id: docker_build with: context: ${{ steps.release_dockerfile.outputs.release_dir }}