Docker-Images/.gitea/workflows
Fadhli Azhari a2e78b8fbd fix(ci): harbor login mangled username and added newline to password
Pass HARBOR_USERNAME/HARBOR_PASSWORD via env: instead of inlining
${{ secrets.* }} directly into the shell — bash was expanding the `$`
in the robot username (e.g. `robot$kollect-tools+...` lost the
`$kollect-tools` segment). Switched echo to printf to avoid appending a
newline to --password-stdin.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-14 09:45:39 +08:00
..
build-and-push.yaml fix(ci): harbor login mangled username and added newline to password 2026-05-14 09:45:39 +08:00