Skip to content

Commit 78e0cb7

Browse files
authored
Merge pull request #76 from linuxserver-labs/dependabot/github_actions/docker/bake-action-6.7.0
2 parents acae028 + 151c27a commit 78e0cb7

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)