You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dual-publish MCP images to Docker Hub for self-hosted distribution
Self-hosted customers use Docker Hub for all CodeAlive images. MCP was
the only component on a separate registry (GHCR), which meant
`docker compose pull` and `manage.sh update` didn't update it.
Both CI and Release workflows now push to Docker Hub alongside GHCR:
- Release: :mcp + :mcp-v{VERSION} (immutable)
- CI (main): :mcp-dev
Requires DOCKERHUB_USERNAME and DOCKERHUB_TOKEN repository secrets.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments