From 700c17f4a37c50dd9ae65efeec8317826085d866 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 23:10:04 +0000 Subject: [PATCH] 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 25ba373..0fa76a4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,7 +54,7 @@ jobs: type=raw,value=latest - name: Build and push alpine image - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: context: alpine push: true @@ -62,7 +62,7 @@ jobs: labels: ${{ steps.alpine-meta.outputs.labels }} - name: Build and push minimal image - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: context: minimal push: true