From a36afca007f21bae4657ae0dc815a17a6e0a7366 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 May 2025 08:40:48 +0000 Subject: [PATCH] Bump docker/bake-action from 5.11.0 to 6.7.0 Bumps [docker/bake-action](https://github.com/docker/bake-action) from 5.11.0 to 6.7.0. - [Release notes](https://github.com/docker/bake-action/releases) - [Commits](https://github.com/docker/bake-action/compare/v5.11.0...v6.7.0) --- updated-dependencies: - dependency-name: docker/bake-action dependency-version: 6.7.0 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 17642d4..dc0c26c 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.7.0 with: files: | ./docker-bake.hcl diff --git a/.github/workflows/build-split-image.yml b/.github/workflows/build-split-image.yml index 8321993..eae7d9c 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.7.0 with: files: | ./docker-bake.hcl