From b9eb684027820ffb9ed801fa1a75f21edb9b6100 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 04:56:21 +0000 Subject: [PATCH] Bump docker/build-push-action from 6.3.0 to 6.9.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.3.0 to 6.9.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/1a162644f9a7e87d8f4b053101d1d9a712edc18c...4f58ea79222b3b9dc2c8bbdd6debcef730109a75) --- 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/call-docker-build-api.yaml | 2 +- .github/workflows/call-docker-build-web.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/call-docker-build-api.yaml b/.github/workflows/call-docker-build-api.yaml index 1e5c7718..41fc19d3 100644 --- a/.github/workflows/call-docker-build-api.yaml +++ b/.github/workflows/call-docker-build-api.yaml @@ -76,7 +76,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0 + uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0 with: context: api platforms: linux/amd64,linux/arm64 diff --git a/.github/workflows/call-docker-build-web.yaml b/.github/workflows/call-docker-build-web.yaml index d024cfd9..00d84269 100644 --- a/.github/workflows/call-docker-build-web.yaml +++ b/.github/workflows/call-docker-build-web.yaml @@ -76,7 +76,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0 + uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0 with: context: web platforms: linux/amd64,linux/arm64