From 3cff989a471e49d2d2022094ba5b357df2e16e94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 06:31:21 -0500 Subject: [PATCH] Bump docker/build-push-action from 5.4.0 to 6.2.0 (#113) 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 e2993dc..27f3706 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@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0 + uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6.2.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 4bce590..5dd2fe5 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@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0 + uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6.2.0 with: context: ./auth-layer-proxy file: ./auth-layer-proxy/Dockerfile