We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9adf1ba + 39a8118 commit b9ad2ceCopy full SHA for b9ad2ce
.github/workflows/build-base-image.yml
@@ -43,7 +43,7 @@ jobs:
43
echo "**** Setting build date to $BUILD_DATE ****"
44
echo "build_date=${BUILD_DATE}" >> $GITHUB_OUTPUT
45
- name: Build and push
46
- uses: docker/bake-action@v4.5.0
+ uses: docker/bake-action@v5.2.0
47
with:
48
files: |
49
./docker-bake.hcl
.github/workflows/build-pr-image.yml
@@ -67,7 +67,7 @@ jobs:
67
declare -A portmap=(["radarr"]="7878" ["readarr"]="8787" ["prowlarr"]="9696" ["lidarr"]="8686" ["whisparr"]="6969" ["sonarr"]="8989")
68
echo "app_port=${portmap[${{ steps.gen_meta.outputs.app_name }}]}" >> $GITHUB_OUTPUT
69
70
71
72
73
0 commit comments