From 7089328dcd79359b63fc5daeb475e1f28a023648 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 05:19:29 +0000 Subject: [PATCH] Bump docker/build-push-action from 5 to 6 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5...v6) --- 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 c77c7f684..1f5f314c6 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -70,7 +70,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 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 98eb55178..72a8ff5d6 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@v5 + uses: docker/build-push-action@v6 with: tags: ${{ env.DOCKER_REPOSITORY }}:master load: true