Skip to content

Commit

Permalink
Merge pull request #37 from linuxserver-labs/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/docker/bake-action-4.0.0
  • Loading branch information
Roxedus authored Oct 13, 2023
2 parents 54db2d5 + e6e18b7 commit cda1d81
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@v2.3.0
uses: docker/bake-action@v4.0.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@v2.3.0
uses: docker/bake-action@v4.0.0
with:
files: |
./docker-bake.hcl
Expand Down

0 comments on commit cda1d81

Please sign in to comment.