From 547ff8dd2f82860931bbc2e4ad18753823058d49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 22:30:50 +0000 Subject: [PATCH] chore(deps): bump docker/build-push-action from 5 to 6 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5...v6) --- 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.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Release.yaml b/.github/workflows/Release.yaml index 4d2fbf897..7afbd159f 100644 --- a/.github/workflows/Release.yaml +++ b/.github/workflows/Release.yaml @@ -76,7 +76,7 @@ jobs: run: | echo "TAG_NAME=$(git tag --sort version:refname | tail -n 1)" >> "$GITHUB_ENV" - name: Build and Push Docker Image for frontend - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: ./ops/infra/Dockerfile.frontend push: true @@ -84,7 +84,7 @@ jobs: ghcr.io/${{ env.LOWCASE_REPO_NAME }}_frontend:${{ env.TAG_NAME }} ghcr.io/${{ env.LOWCASE_REPO_NAME }}_frontend:latest - name: Build and Push Docker Image for backend - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: ./ops/infra/Dockerfile.backend push: true