From a350c048cd6766443e015ea3db7f9419bc7c5976 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 14:06:31 +0000 Subject: [PATCH] Bump docker/build-push-action from 3 to 5 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 5. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3...v5) --- 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 bd8a84c0c1..54aaf935fc 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@v5 with: tags: ${{ env.DOCKER_REPOSITORY }}:master load: true diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 219278c930..82ce6f427a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -64,7 +64,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@v5 with: cache-from: ${{ env.DOCKER_REPOSITORY }}:master tags: |