Files
ctms/docs/plans/2026-03-30-tcloud-private-registry-design.md
T
2026-03-30 22:51:41 +08:00

16 lines
728 B
Markdown

# Tencent Cloud Private Registry Design (Removed)
**Status:** Removed on 2026-03-30.
**Goal:** This document describes a publish path that has since been removed from the repository.
**Removal Summary**
- The GitHub Actions publish workflow has been deleted.
- The repository-owned remote build-and-push script has been deleted.
- `docker-compose.yaml` no longer defaults to private registry image names.
- Tencent Cloud and private registry deployment are no longer active repository features.
**Current Replacement**
- Use local `docker compose build` workflows inside this repository.
- If deployment needs a registry in the future, reintroduce it as a fresh design rather than relying on the removed Tencent Cloud path.