fix(ci): push to scoped local registry with explicit login

This commit is contained in:
Ashwin Kumar 2026-04-10 22:26:05 +02:00
parent 0da084271e
commit c24944920a

View file

@ -29,7 +29,7 @@ steps:
settings:
insecure: true
registry: docker-registry.registry.svc.cluster.local:5000
repo: nxtgauge-rust-${SERVICE}
repo: docker-registry.registry.svc.cluster.local:5000/nxtgauge-rust-${SERVICE}
dockerfile: Dockerfile.simple
build_args:
- SERVICE_NAME=${SERVICE}
@ -37,6 +37,8 @@ steps:
- ${CI_COMMIT_SHA}
- latest
- high-performance-latest
logins:
- registry: docker-registry.registry.svc.cluster.local:5000
username:
from_secret: REGISTRY_USERNAME
password: