From 93bf668d94f5bf4f8e35bee93d429ee75496a227 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 00:24:09 +0000 Subject: [PATCH] chore(deps): bump docker/build-push-action from 5.4.0 to 6.3.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.4.0 to 6.3.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/ca052bb54ab0790a636c9b5f226502c73d547a25...1a162644f9a7e87d8f4b053101d1d9a712edc18c) --- 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..bbacfd36 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@1a162644f9a7e87d8f4b053101d1d9a712edc18c 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..a53e2eae 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@1a162644f9a7e87d8f4b053101d1d9a712edc18c with: context: ./web file: ./web/Dockerfile.prod