From 5b13c81a84cbe49b90b0f33df517a6c99c81d5fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 17:52:46 +0300 Subject: [PATCH] Bump docker/build-push-action from 5 to 6 (#2856) * Bump docker/build-push-action from 5 to 6 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] * retrigger checks --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrea Giacobino --- .github/workflows/build.yml | 2 +- .github/workflows/prepare-binary.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a20557511b..88df600092 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -518,7 +518,7 @@ jobs: password: ${{ secrets.MBF_DOCKERHUB_PASSWORD }} - name: Build and push moonbeam id: docker_build - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . file: ./docker/moonbeam.Dockerfile diff --git a/.github/workflows/prepare-binary.yml b/.github/workflows/prepare-binary.yml index dd2812ab6a..c29016be85 100644 --- a/.github/workflows/prepare-binary.yml +++ b/.github/workflows/prepare-binary.yml @@ -81,7 +81,7 @@ jobs: password: ${{ secrets.MBF_DOCKERHUB_PASSWORD }} - name: Build and push moonbeam id: docker_build - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . file: ./docker/moonbeam.Dockerfile