Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b9ad2ce

Browse files
authoredJul 2, 2024··
Merge pull request #55 from linuxserver-labs/dependabot/github_actions/docker/bake-action-5.2.0
2 parents 9adf1ba + 39a8118 commit b9ad2ce

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@v4.5.0
46+
uses: docker/bake-action@v5.2.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@v4.5.0
70+
uses: docker/bake-action@v5.2.0
7171
with:
7272
files: |
7373
./docker-bake.hcl

0 commit comments

Comments
 (0)
Please sign in to comment.