From 27773a1623660c322960c881d17b8741a2feb233 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 16:02:05 +0000 Subject: [PATCH] Bump docker/build-push-action from 2.7.0 to 4.0.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.7.0 to 4.0.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v2.7.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] --- .github/workflows/build-branch.yml | 2 +- .github/workflows/build-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-branch.yml b/.github/workflows/build-branch.yml index 17b5326..9b1a849 100644 --- a/.github/workflows/build-branch.yml +++ b/.github/workflows/build-branch.yml @@ -19,7 +19,7 @@ jobs: with: driver: docker - name: "Build" - uses: docker/build-push-action@v2.7.0 + uses: docker/build-push-action@v4.0.0 with: file: Dockerfile push: false diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index de23dda..117852d 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -27,7 +27,7 @@ jobs: with: driver: docker - name: "Build test image" - uses: docker/build-push-action@v2.7.0 + uses: docker/build-push-action@v4.0.0 with: file: Dockerfile push: false