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

This commit is contained in:
Ashwin Kumar 2026-04-10 22:26:06 +02:00
parent 452146cf36
commit c6bf318974

View file

@ -8,15 +8,17 @@ steps:
settings: settings:
insecure: true insecure: true
registry: docker-registry.registry.svc.cluster.local:5000 registry: docker-registry.registry.svc.cluster.local:5000
repo: nxtgauge-admin-solid repo: docker-registry.registry.svc.cluster.local:5000/nxtgauge-admin-solid
dockerfile: Dockerfile.simple dockerfile: Dockerfile.simple
tags: tags:
- ${CI_COMMIT_SHA} - ${CI_COMMIT_SHA}
- latest - latest
- high-performance-latest - high-performance-latest
username: logins:
from_secret: REGISTRY_USERNAME - registry: docker-registry.registry.svc.cluster.local:5000
password: username:
from_secret: REGISTRY_PASSWORD from_secret: REGISTRY_USERNAME
password:
from_secret: REGISTRY_PASSWORD
platforms: linux/amd64 platforms: linux/amd64
no_cache: true no_cache: true