From e37697b748e81e3a6630adb0c43563d049ed3393 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 08:09:15 +0000 Subject: [PATCH] build(deps): bump docker/build-push-action from 3 to 4 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3...v4) --- 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 560ac08..8f41f76 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,7 +61,7 @@ jobs: - name: Set grpc-version run: echo ::set-output name=version::$(go list -m -f '{{.Version}}' google.golang.org/grpc) id: grpc-version - - uses: docker/build-push-action@v3 + - uses: docker/build-push-action@v4 with: push: true tags: plugins.buf.build/grpc-ecosystem/grpc-gateway:${{ github.ref_name }}-1 @@ -71,7 +71,7 @@ jobs: RELEASE_VERSION=${{ github.ref_name }} GO_PROTOBUF_RELEASE_VERSION=${{ steps.protobuf-version.outputs.version }} GO_GRPC_RELEASE_VERSION=${{ steps.grpc-version.outputs.version }} - - uses: docker/build-push-action@v3 + - uses: docker/build-push-action@v4 with: push: true tags: plugins.buf.build/grpc-ecosystem/openapiv2:${{ github.ref_name }}-1