From d82dbce69b55d38a2dc8caf8cc1990c8df27353b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 05:16:27 +0000 Subject: [PATCH] Bump docker/build-push-action from 5.4.0 to 6.1.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.4.0 to 6.1.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/ca052bb54ab0790a636c9b5f226502c73d547a25...31159d49c0d4756269a0940a750801a1ea5d7003) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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..1477ea7 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@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.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..360fab1 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@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0 with: context: ./auth-layer-proxy file: ./auth-layer-proxy/Dockerfile