From 86f0f3708a6d9f424aa75acbe514a17d92cfc097 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 13:56:45 +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/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 383aac3f..fb685628 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@v4 + uses: docker/build-push-action@v5 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@v4 + uses: docker/build-push-action@v5 with: push: true tags: ${{ steps.meta.outputs.tags }}