docs(agents): registry is git.schweitz.net not git.schweitz.internal

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-19 17:11:07 +02:00
co-authored by Claude Fable 5
parent 1e789c1d6b
commit 13991c7afe
+2 -2
View File
@@ -65,14 +65,14 @@ CI/CD auto-triggers when a tag starting with `v` is pushed.
**What happens on release:**
* Gitea CI builds Flutter web app in Docker
* Image pushed to `git.schweitz.internal/jpmschweitzer/tatlock-ui:latest` and `:vX.X.X`
* Image pushed to `git.schweitz.net/jpmschweitzer/tatlock-ui:latest` and `:vX.X.X`
* Watchtower detects new image and auto-updates running container
* App available at `http://tower:8092` (and eventually `home.schweitz.net`)
**Rollback:**
* In Portainer, update image tag to previous version (e.g., `:v0.2.0`)
* Or: `docker pull git.schweitz.internal/jpmschweitzer/tatlock-ui:v0.2.0`
* Or: `docker pull git.schweitz.net/jpmschweitzer/tatlock-ui:v0.2.0`
### 🧪 Testing Requirements