fix: use harbor library project instead of dedicated s5p project
Some checks failed
ci / test (push) Successful in 19s
ci / build (push) Failing after 11s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
user
2026-02-21 17:29:53 +01:00
parent 41a900037d
commit c33cdc9216
4 changed files with 5 additions and 5 deletions

View File

@@ -38,7 +38,7 @@ Dev override: compose.yaml mounts `./src` (ro) over the baked-in source.
Gitea Actions runs on push to `main`:
1. `ruff check` + `pytest` in `python:3.13-slim`
2. Build + push `harbor.mymx.me/s5p/s5p:latest`
2. Build + push `harbor.mymx.me/library/s5p:latest`
Secrets: `HARBOR_USER` / `HARBOR_PASS` (configured in Gitea repo settings).