From e1e7b471cf3d4fda8330193ec8970e44ee91aa44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 13:52:21 +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/docker-bp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-bp.yml b/.github/workflows/docker-bp.yml index 2e8f4487..d65b41fe 100644 --- a/.github/workflows/docker-bp.yml +++ b/.github/workflows/docker-bp.yml @@ -73,7 +73,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and export to Docker - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: load: true tags: ${{ steps.meta.outputs.tags }} @@ -113,7 +113,7 @@ jobs: }) - name: Build and push # if: github.ref == 'refs/heads/main' && github.event_name == 'push' - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: push: true tags: ${{ steps.meta.outputs.tags }}