From 49874840c28b5096204c7828e115aa8ceab32e26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 10:22:35 +0300 Subject: [PATCH] chore(deps): bump docker/build-push-action from 4 to 5 (#781) 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/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 9dfadc868..d2db637bc 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 49cdba832..4c4bbe458 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