docs(deploy): swap image path to ghcr.io/alezmad/claudemesh-broker
Some checks failed
CI / Lint (push) Has been cancelled
CI / Typecheck (push) Has been cancelled
CI / Broker tests (Postgres) (push) Has been cancelled
CI / Docker build (linux/amd64) (push) Has been cancelled

User owns the alezmad github scope, not a claudemesh org — point README
+ build script + DEPLOY.md at the real namespace so the docker pull
snippets actually work on launch day. Image names are now
claudemesh-broker / claudemesh-web / claudemesh-migrate (prefixed since
they live under a personal scope).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Alejandro Gutiérrez
2026-04-05 15:31:34 +01:00
parent 54211c613c
commit 30bc24f20d
3 changed files with 23 additions and 18 deletions

View File

@@ -57,9 +57,9 @@ docker login <REGISTRY_HOST> -u <USERNAME>
scripts/build-multiarch.sh <REGISTRY_HOST>/<ORG> <TAG>
# Examples:
scripts/build-multiarch.sh # → ghcr.io/claudemesh/*:<git-sha>
scripts/build-multiarch.sh ghcr.io/myorg latest # → ghcr.io/myorg/*:latest
scripts/build-multiarch.sh localhost:5000/claudemesh 0.1.0 # → local registry
scripts/build-multiarch.sh # → ghcr.io/alezmad/claudemesh-*:<git-sha>
scripts/build-multiarch.sh ghcr.io/alezmad 0.1.0 # → ghcr.io/alezmad/claudemesh-*:0.1.0
scripts/build-multiarch.sh ghcr.io/myorg latest # → ghcr.io/myorg/claudemesh-*:latest
```
The script tags each image with both `<TAG>` and `:latest`. Builds in ~5-8 min