From e4c42e70a0292052bf4424011ce6fdb8faee7141 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 05:25:04 +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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 907c5b88..0be4d796 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -41,7 +41,7 @@ jobs: password: ${{ secrets.NEXUS_PASSWORD }} - name: Build docker image (latest) - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . tags: | @@ -50,7 +50,7 @@ jobs: - name: Build docker image (version) if: steps.semantic.outputs.new_release_published == 'true' - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . tags: | @@ -67,7 +67,7 @@ jobs: docker push ${{ env.DOCKER_REGISTRY }}/shogun-admin:${{ steps.semantic.outputs.new_release_version }} - name: Build docker image e2e-tests (latest) 🏗️ - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: Dockerfile.e2e context: . @@ -77,7 +77,7 @@ jobs: - name: Build docker image e2e-tests (version) 🏗️ if: steps.semantic.outputs.new_release_published == 'true' - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: Dockerfile.e2e context: .