From aa0b061b1263d41f80d353ace2adb3d99001f02f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 20:13:32 +0000 Subject: [PATCH] Bump docker/build-push-action from 2 to 4 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v2...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/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 237571e..1e554a1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -78,7 +78,7 @@ jobs: - name: Build for test full blown amd64 - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v4 id: docker_build with: context: . @@ -183,7 +183,7 @@ jobs: type=raw,enable=${{ env.GITHUB_REF_SLUG == 'master' }},priority=200,prefix=,suffix=${{ fromJSON('["bullseye", "buster"]')[endsWith(matrix.dockerfile, 'Dockerfile')] }},value= - name: Build and push cross compiled full blown image on supported platforms - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v4 id: docker_build with: context: . @@ -233,7 +233,7 @@ jobs: type=raw,enable=${{ env.GITHUB_REF_SLUG == 'master' }},priority=200,prefix=,suffix=${{ fromJSON('["bullseye", "buster"]')[endsWith(matrix.dockerfile, 'Dockerfile')] }},value= - name: Build and push cross compiled base image on supported platforms - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v4 id: docker_build_base with: context: .