From 0db3a01303244f80e5438fdb1c959b5ea7c41a28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 17:32:15 +0000 Subject: [PATCH] Bump docker/bake-action from 5.11.0 to 6.2.0 Bumps [docker/bake-action](https://github.com/docker/bake-action) from 5.11.0 to 6.2.0. - [Release notes](https://github.com/docker/bake-action/releases) - [Commits](https://github.com/docker/bake-action/compare/3fc70e1131fee40a422dd8dd0ff22014ae20a1f3...60f5d53310314dbf8c33f0c8a01042536f2f6c36) --- updated-dependencies: - dependency-name: docker/bake-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-pusblish-mcr.yml | 2 +- .github/workflows/build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-pusblish-mcr.yml b/.github/workflows/build-and-pusblish-mcr.yml index eead7592..186abc3d 100644 --- a/.github/workflows/build-and-pusblish-mcr.yml +++ b/.github/workflows/build-and-pusblish-mcr.yml @@ -96,7 +96,7 @@ jobs: run: | echo "TARGET_PLATFORMS=linux/amd64,linux/arm64,linux/arm" >> $GITHUB_ENV - name: Build and push - uses: docker/bake-action@3fc70e1131fee40a422dd8dd0ff22014ae20a1f3 # v5.11.0 + uses: docker/bake-action@60f5d53310314dbf8c33f0c8a01042536f2f6c36 # v6.2.0 env: PLATFORMS: ${{env.TARGET_PLATFORMS}} with: diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2b63d3f3..84ea8bea 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -87,7 +87,7 @@ jobs: run: | echo "TARGET_PLATFORMS=linux/amd64" >> $GITHUB_ENV - name: Build and push - uses: docker/bake-action@3fc70e1131fee40a422dd8dd0ff22014ae20a1f3 # v5.11.0 + uses: docker/bake-action@60f5d53310314dbf8c33f0c8a01042536f2f6c36 # v6.2.0 env: PLATFORMS: ${{env.TARGET_PLATFORMS}} with: