Skip to content

Commit 151c27a

Browse files
Bump docker/bake-action from 5.7.0 to 6.7.0
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 5.7.0 to 6.7.0. - [Release notes](https://github.com/docker/bake-action/releases) - [Commits](docker/bake-action@v5.7.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] <[email protected]>
1 parent b8d68e5 commit 151c27a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-base-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
echo "**** Setting build date to $BUILD_DATE ****"
4444
echo "build_date=${BUILD_DATE}" >> $GITHUB_OUTPUT
4545
- name: Build and push
46-
uses: docker/bake-action@v5.7.0
46+
uses: docker/bake-action@v6.7.0
4747
with:
4848
files: |
4949
./docker-bake.hcl

.github/workflows/build-pr-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
declare -A portmap=(["radarr"]="7878" ["readarr"]="8787" ["prowlarr"]="9696" ["lidarr"]="8686" ["whisparr"]="6969" ["sonarr"]="8989")
6868
echo "app_port=${portmap[${{ steps.gen_meta.outputs.app_name }}]}" >> $GITHUB_OUTPUT
6969
- name: Build and push
70-
uses: docker/bake-action@v5.7.0
70+
uses: docker/bake-action@v6.7.0
7171
with:
7272
files: |
7373
./docker-bake.hcl

0 commit comments

Comments
 (0)