From 8b99695e600488e069efef9d6a2d4dccb2e92fc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 15:03:52 +0100 Subject: [PATCH] Bump docker/build-push-action from 4 to 5 (#397) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/docker-release.yml | 2 +- .github/workflows/test-docker-image.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-release.yml b/.github/workflows/docker-release.yml index 1735608..c7dd5a9 100644 --- a/.github/workflows/docker-release.yml +++ b/.github/workflows/docker-release.yml @@ -43,7 +43,7 @@ jobs: esac echo "::set-output name=tag::$tag" - name: Build and Push Tag - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . push: true diff --git a/.github/workflows/test-docker-image.yml b/.github/workflows/test-docker-image.yml index 8ce25eb..a52c68b 100644 --- a/.github/workflows/test-docker-image.yml +++ b/.github/workflows/test-docker-image.yml @@ -43,7 +43,7 @@ jobs: esac echo "::set-output name=tag::$tag" - name: Build and Push Tag - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . push: false