From ef0f6797244ab953e12ddebf32d214473370bda7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 03:28:21 +0000 Subject: [PATCH] chore(deps): 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/next-build.yml | 2 +- .github/workflows/pr-checks.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/next-build.yml b/.github/workflows/next-build.yml index dc20d5ce1..124b5187a 100644 --- a/.github/workflows/next-build.yml +++ b/.github/workflows/next-build.yml @@ -60,7 +60,7 @@ jobs: TAG: next - name: "Build and push" - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . file: ./build/dockerfiles/Dockerfile diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 4e252c439..f2d76ddee 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -56,7 +56,7 @@ jobs: docker load -i ./caches/app.tar | true - name: Build devfile registry - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . file: ./build/dockerfiles/Dockerfile @@ -69,7 +69,7 @@ jobs: provenance: false - name: Build offline devfile registry - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . file: ./build/dockerfiles/Dockerfile