From e00399658d2f2b64404b43d05f909287a033cb09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 11:25:27 +0000 Subject: [PATCH] Bump docker/build-push-action from 4 to 5 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v4...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-and-deploy.yml | 2 +- .github/workflows/build-no-cache.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index e1b7827f5..820708f91 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -72,7 +72,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: push: ${{ github.ref == 'refs/heads/master' }} builder: ${{ steps.buildx.outputs.name }} diff --git a/.github/workflows/build-no-cache.yml b/.github/workflows/build-no-cache.yml index 7430adaab..86d9ac180 100644 --- a/.github/workflows/build-no-cache.yml +++ b/.github/workflows/build-no-cache.yml @@ -48,7 +48,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build docker image - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: tags: ${{ env.DOCKER_REPOSITORY }}:master load: true