From 89b651bfc6a51fbba52b7535807f76dc26e401dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 13:13:42 +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/build-no-cache.yml | 2 +- .github/workflows/build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-no-cache.yml b/.github/workflows/build-no-cache.yml index 0d79b906a2..f90f72e238 100644 --- a/.github/workflows/build-no-cache.yml +++ b/.github/workflows/build-no-cache.yml @@ -45,7 +45,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build docker image - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: tags: ${{ env.DOCKER_REPOSITORY }}:master load: true diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 56131b3b5c..1cdf4cf074 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -72,7 +72,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push to GitHub Container Registry - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: cache-from: ${{ env.DOCKER_REPOSITORY }}:master tags: |