ci(v3): publish isolated docker images

This commit is contained in:
jxxghp
2026-08-07 22:14:34 +08:00
parent 05d15a04f5
commit 0252b27b72
16 changed files with 77 additions and 56 deletions
+3 -3
View File
@@ -128,7 +128,7 @@ moviepilot logs --stdio --follow
```bash
# One-line bootstrap installer
curl -fsSL https://raw.githubusercontent.com/jxxghp/MoviePilot/v2/scripts/bootstrap-local.sh | bash
curl -fsSL https://raw.githubusercontent.com/jxxghp/MoviePilot/v3/scripts/bootstrap-local.sh | bash
# Install backend dependencies
moviepilot install deps
@@ -139,7 +139,7 @@ moviepilot install deps --recreate
# Install frontend release
moviepilot install frontend
moviepilot install frontend --version latest
moviepilot install frontend --version v2.9.31
moviepilot install frontend --version v3.0.0
# Install resource files
moviepilot install resources
@@ -167,7 +167,7 @@ moviepilot uninstall
```bash
moviepilot update backend
moviepilot update backend --ref latest
moviepilot update backend --ref v2.9.31
moviepilot update backend --ref v3.0.0
moviepilot update frontend
moviepilot update frontend --frontend-version latest