Auto-update published RunPod proxy image
| @@ -37,4 +37,6 @@ downloader) is built from github.com/permissionBRICK/comfyui-runpod-worker | ||
| 37 | 37 | |
| 38 | 38 | The RunPod lazy proxy, CLI, tests, container image, and Unraid template moved to |
| 39 | 39 | the public `permissionBRICK/ST-RunPodProxy` repository. Image Provider |
| 40 | 40 | Extensions links to that service as its optional RunPod backend. Its published |
| 41 | +container is also checked by `registry-autoupdate.sh` and redeployed through | |
| 42 | +DockerMan when `latest` changes. | |
| @@ -32,3 +32,4 @@ check() { | ||
| 32 | 32 | check gitgudlab git.nas.home.htl-sky.net/permissionbrick/gitgudlab:latest /boot/config/redeploy-gitgudlab.sh |
| 33 | 33 | check gitgudlab-runner git.nas.home.htl-sky.net/permissionbrick/gitgudlab:runner-latest /boot/config/redeploy-gitgudlab-runner.sh |
| 34 | 34 | check sillytavern ghcr.io/sillytavern/sillytavern:latest /boot/config/redeploy-sillytavern.sh |
| 35 | +check runpod-lazy ghcr.io/permissionbrick/st-runpod-proxy:latest /boot/config/redeploy-runpod-lazy.sh | |