Skip to content

Commit

Permalink
Merge pull request #55 from linuxserver-labs/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/docker/bake-action-5.2.0
  • Loading branch information
Roxedus authored Jul 2, 2024
2 parents 9adf1ba + 39a8118 commit b9ad2ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-base-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
echo "**** Setting build date to $BUILD_DATE ****"
echo "build_date=${BUILD_DATE}" >> $GITHUB_OUTPUT
- name: Build and push
uses: docker/bake-action@v4.5.0
uses: docker/bake-action@v5.2.0
with:
files: |
./docker-bake.hcl
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-pr-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@v4.5.0
uses: docker/bake-action@v5.2.0
with:
files: |
./docker-bake.hcl
Expand Down

0 comments on commit b9ad2ce

Please sign in to comment.