From 531e402047759b7d13ebe41e843462c1a3224f0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 22:27:17 +0000 Subject: [PATCH] Bump docker/bake-action from 5.7.0 to 6.9.0 Bumps [docker/bake-action](https://github.com/docker/bake-action) from 5.7.0 to 6.9.0. - [Release notes](https://github.com/docker/bake-action/releases) - [Commits](https://github.com/docker/bake-action/compare/v5.7.0...v6.9.0) --- updated-dependencies: - dependency-name: docker/bake-action dependency-version: 6.9.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-base-image.yml | 2 +- .github/workflows/build-pr-image.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-base-image.yml b/.github/workflows/build-base-image.yml index 984eb36..98e6e73 100644 --- a/.github/workflows/build-base-image.yml +++ b/.github/workflows/build-base-image.yml @@ -45,7 +45,7 @@ jobs: echo "**** Setting build date to $BUILD_DATE ****" echo "build_date=${BUILD_DATE}" >> $GITHUB_OUTPUT - name: Build and push - uses: docker/bake-action@v5.7.0 + uses: docker/bake-action@v6.9.0 with: files: | ./docker-bake.hcl diff --git a/.github/workflows/build-pr-image.yml b/.github/workflows/build-pr-image.yml index 84a6144..bf167a2 100644 --- a/.github/workflows/build-pr-image.yml +++ b/.github/workflows/build-pr-image.yml @@ -67,7 +67,7 @@ jobs: declare -A portmap=(["radarr"]="7878" ["readarr"]="8787" ["prowlarr"]="9696" ["lidarr"]="8686" ["whisparr"]="6969" ["sonarr"]="8989") echo "app_port=${portmap[${{ steps.gen_meta.outputs.app_name }}]}" >> $GITHUB_OUTPUT - name: Build and push - uses: docker/bake-action@v5.7.0 + uses: docker/bake-action@v6.9.0 with: files: | ./docker-bake.hcl