From 23e9a18d0a378f2beb6cc24b8ea83aaac546eb37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 09:44:50 +0200 Subject: [PATCH] build(deps): Bump docker/build-push-action from 6.11.0 to 6.12.0 (#177) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release-integration.yml | 2 +- .github/workflows/release-production.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-integration.yml b/.github/workflows/release-integration.yml index 496ccda..420df7c 100644 --- a/.github/workflows/release-integration.yml +++ b/.github/workflows/release-integration.yml @@ -47,7 +47,7 @@ jobs: driver-opts: network=host - name: Build and push images - uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0 + uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0 with: context: ./auth-layer-proxy file: ./auth-layer-proxy/Dockerfile diff --git a/.github/workflows/release-production.yml b/.github/workflows/release-production.yml index 330f890..78c8bf9 100644 --- a/.github/workflows/release-production.yml +++ b/.github/workflows/release-production.yml @@ -50,7 +50,7 @@ jobs: driver-opts: network=host - name: Build and push auth-layer-proxy image - uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0 + uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0 with: context: ./auth-layer-proxy file: ./auth-layer-proxy/Dockerfile