From 5d5553e1600be8eac2888ac94101fdffd25e51ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 04:22:51 +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.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 66e7e55..0d7f5f9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -219,7 +219,7 @@ jobs: echo "${tag%-*}=${tag##*-}" >>"$GITHUB_OUTPUT" done - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 if: ${{ steps.get_tags.outputs.goldboot != '' }} with: context: goldboot @@ -227,7 +227,7 @@ jobs: push: true tags: fossable/goldboot:latest,fossable/goldboot:${{ steps.get_tags.outputs.goldboot }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 if: ${{ steps.get_tags.outputs.goldboot-registry != '' }} with: context: goldboot-registry