From af889be7965ec484a7516ab1debc6885625119c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 08:12:03 +0000 Subject: [PATCH] Bump docker/bake-action from 5.11.0 to 6.1.1 Bumps [docker/bake-action](https://github.com/docker/bake-action) from 5.11.0 to 6.1.1. - [Release notes](https://github.com/docker/bake-action/releases) - [Commits](https://github.com/docker/bake-action/compare/v5.11.0...v6.1.1) --- 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-image.yml | 2 +- .github/workflows/build-split-image.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index c4eafc4..364bd4d 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -110,7 +110,7 @@ jobs: - name: Build and push id: build_push - uses: docker/bake-action@v5.11.0 + uses: docker/bake-action@v6.1.1 with: files: | ./docker-bake.hcl diff --git a/.github/workflows/build-split-image.yml b/.github/workflows/build-split-image.yml index ca36e65..4674942 100644 --- a/.github/workflows/build-split-image.yml +++ b/.github/workflows/build-split-image.yml @@ -114,7 +114,7 @@ jobs: echo "app_version=${APP_VERSION}" >> $GITHUB_OUTPUT - name: Build and push - uses: docker/bake-action@v5.11.0 + uses: docker/bake-action@v6.1.1 with: files: | ./docker-bake.hcl