From d6b87da6a616100901286762ae5fc42c18e30226 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 11:34:32 +0000 Subject: [PATCH] Bump docker/build-push-action from 3.3.0 to 4.0.0 (#482) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.3.0 to 4.0.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3.3.0...v4.0.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 325ba5543..83d1e1515 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -222,7 +222,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@v3.3.0 + uses: docker/build-push-action@v4.0.0 with: context: image push: ${{ github.event_name != 'pull_request' }} @@ -242,7 +242,7 @@ jobs: - name: Build and push Alpine Docker image id: build-and-push-alpine - uses: docker/build-push-action@v3.3.0 + uses: docker/build-push-action@v4.0.0 with: context: image file: image/Dockerfile_alpine