From 8a909cd79d0f70f3cd0059cf66ed1818ee66f809 Mon Sep 17 00:00:00 2001 From: user Date: Sat, 21 Feb 2026 17:32:06 +0100 Subject: [PATCH] fix: revert to dedicated s5p harbor project Co-Authored-By: Claude Opus 4.6 --- .gitea/workflows/ci.yaml | 4 ++-- PROJECT.md | 2 +- README.md | 2 +- docs/CHEATSHEET.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index ef24b73..2b724b5 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -27,6 +27,6 @@ jobs: -p "${{ secrets.HARBOR_PASS }}" - run: | docker build \ - -t harbor.mymx.me/library/s5p:latest \ + -t harbor.mymx.me/s5p/s5p:latest \ -f Containerfile . - - run: docker push harbor.mymx.me/library/s5p:latest + - run: docker push harbor.mymx.me/s5p/s5p:latest diff --git a/PROJECT.md b/PROJECT.md index 94cd1e3..bee1f19 100644 --- a/PROJECT.md +++ b/PROJECT.md @@ -42,7 +42,7 @@ Config and data are mounted at runtime: `./config/s5p.yaml` (ro) and `~/.cache/s5p` as `/data` for pool state and profile output. The compose.yaml volume mount overrides source for local dev. -CI pushes `harbor.mymx.me/library/s5p:latest` on every push to `main` +CI pushes `harbor.mymx.me/s5p/s5p:latest` on every push to `main` (lint + tests must pass first). ## Dependencies diff --git a/README.md b/README.md index ff1efb0..5cd117d 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ at runtime. Pool state and profile output persist in `~/.cache/s5p/` source for local dev. CI (Gitea Actions) runs lint + tests on push to `main`, then builds and -pushes `harbor.mymx.me/library/s5p:latest`. +pushes `harbor.mymx.me/s5p/s5p:latest`. ## Configuration diff --git a/docs/CHEATSHEET.md b/docs/CHEATSHEET.md index 02e24ed..1207c23 100644 --- a/docs/CHEATSHEET.md +++ b/docs/CHEATSHEET.md @@ -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/library/s5p:latest` +2. Build + push `harbor.mymx.me/s5p/s5p:latest` Secrets: `HARBOR_USER` / `HARBOR_PASS` (configured in Gitea repo settings).