New .github/workflows/telegram-notify.yml: on release published or issue
opened, send a message to a Telegram group via @WechatOnCloudBot. Runs on
GitHub Actions (no server). Gated on vars.TELEGRAM_CHAT_ID so unconfigured
forks skip safely. Arbitrary text passed via env (no script injection),
sent as plain text with --data-urlencode (no markdown parse breakage).
Setup documented in doc/发布到GHCR.md.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
- release.yml: dual-push to GHCR + Docker Hub when vars.DOCKERHUB_USERNAME
is set; falls back to GHCR-only when unset (no behavior change for forks).
- .env.example: surface docker.io as a first-class WOC_IMAGE_PREFIX option.
- doc/发布到GHCR.md: document the one-time Variable + Secret setup and the
prerequisite of pre-creating the public repos on hub.docker.com.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>