From 00e1f5b5d3a811d9e4a3ebaa915c3a2fd171c5e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 12:27:16 +0300 Subject: [PATCH] chore(deps): bump docker/build-push-action from 5 to 6 (#831) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5...v6) --- 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 f364f1fee..bfbaa1d3c 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@v5 + uses: docker/build-push-action@v6 with: context: . file: ./build/dockerfiles/Dockerfile diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index c8002af66..151ba6330 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@v5 + uses: docker/build-push-action@v6 with: context: . file: ./build/dockerfiles/Dockerfile @@ -69,7 +69,7 @@ jobs: provenance: false - name: Build offline devfile registry - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . file: ./build/dockerfiles/Dockerfile