From 6f39dfe376c79a75efdafd11b4fb94d3275df5ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 21:08:20 +0000 Subject: [PATCH] chore(deps): bump docker/build-push-action from 3 to 4 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3...v4) --- 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 f5882a3ae..cae095423 100644 --- a/.github/workflows/next-build.yml +++ b/.github/workflows/next-build.yml @@ -62,7 +62,7 @@ jobs: TAG: next - name: "Build and push" - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: context: . file: ./build/dockerfiles/Dockerfile diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index aa3f0db8c..33a15d748 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -83,7 +83,7 @@ jobs: docker load -i ./caches/app.tar | true - name: Build devfile registry - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: context: . file: ./build/dockerfiles/Dockerfile @@ -95,7 +95,7 @@ jobs: push: false - name: Build offline devfile registry - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: context: . file: ./build/dockerfiles/Dockerfile