docs: drop shell-quotes from REGISTRY_USER in .env.example

Gitea secrets and the .env loader both treat the value literally; the
single quotes were misleading and risked being copied verbatim into the
stored secret.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
main
Fadhli Azhari 2026-05-14 09:55:21 +08:00
parent a2e78b8fbd
commit 8141787342
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ CONTAINER_ENGINE=docker
# ── Docker Registry ── # ── Docker Registry ──
REGISTRY=kcr.kollect.biz REGISTRY=kcr.kollect.biz
REGISTRY_USER='robot$kollect-tools+ci-builder' REGISTRY_USER=robot$kollect-tools+ci-builder
REGISTRY_PASS=harbor-robot-password REGISTRY_PASS=harbor-robot-password
IMAGE_TAG=latest IMAGE_TAG=latest