From 1696076a4b2437b3c811d5c1c271f1f2338e9730 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 00:57:16 +0000 Subject: [PATCH] chore(deps): 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/build-push-cms.yml | 2 +- .github/workflows/build-push-web.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-push-cms.yml b/.github/workflows/build-push-cms.yml index 5a1938a8..c78d09ed 100644 --- a/.github/workflows/build-push-cms.yml +++ b/.github/workflows/build-push-cms.yml @@ -37,7 +37,7 @@ jobs: ghcr.io/${{ github.repository }}/cms - name: Build and push Docker images - uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 with: context: ./cms file: ./cms/Dockerfile.prod diff --git a/.github/workflows/build-push-web.yml b/.github/workflows/build-push-web.yml index b4dc2b0a..56ea6b80 100644 --- a/.github/workflows/build-push-web.yml +++ b/.github/workflows/build-push-web.yml @@ -39,7 +39,7 @@ jobs: ghcr.io/${{ github.repository }}/web - name: Build and push Docker images - uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 with: context: ./web file: ./web/Dockerfile.prod