From 6ac864af5580ef02c5919ffcd22f8f2f188d4a0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 11:52:49 +0000 Subject: [PATCH] Bump docker/bake-action from 5.7.0 to 7.3.0 Bumps [docker/bake-action](https://github.com/docker/bake-action) from 5.7.0 to 7.3.0. - [Release notes](https://github.com/docker/bake-action/releases) - [Commits](https://github.com/docker/bake-action/compare/v5.7.0...v7.3.0) --- updated-dependencies: - dependency-name: docker/bake-action dependency-version: 7.3.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 bfe8815..8c0538e 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@v7.3.0 with: files: | ./docker-bake.hcl diff --git a/.github/workflows/build-pr-image.yml b/.github/workflows/build-pr-image.yml index 991e328..0cf5d70 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@v7.3.0 with: files: | ./docker-bake.hcl