fix gtilabci

This commit is contained in:
root
2026-06-02 22:12:55 -04:00
parent 11ed6566b9
commit 48064fee7a
2 changed files with 31 additions and 10 deletions
+2
View File
@@ -189,6 +189,8 @@ If you want GitLab CI to build once and deploy by pulling a prebuilt image on th
- Explicit registry variables:
Set `REGISTRY_HOST`, `REGISTRY_USER`, `REGISTRY_PASSWORD`, and `REGISTRY_IMAGE` yourself. This works for GitLab Registry, Docker Hub, GHCR, or another OCI registry.
If `REGISTRY_*` variables are set, the CI pipeline now uses them as a complete override and requires all four values. If they are unset, the pipeline falls back to GitLab's `CI_REGISTRY_*` variables.
Example explicit values for a local registry exposed through Traefik:
```text