fix(ci): normalize registry host and scoped repo settings

This commit is contained in:
Ashwin Kumar 2026-04-10 23:13:24 +02:00
parent c9a9c1f443
commit 01e8dbf5d5

View file

@ -7,15 +7,15 @@ steps:
image: woodpeckerci/plugin-docker-buildx:5.0.0
settings:
insecure: true
registry: http://docker-registry.registry.svc.cluster.local:5000
repo: nxtgauge-admin-solid
registry: docker-registry.registry.svc.cluster.local:5000
repo: docker-registry.registry.svc.cluster.local:5000/nxtgauge-admin-solid
dockerfile: Dockerfile.simple
tags:
- ${CI_COMMIT_SHA}
- latest
- high-performance-latest
logins:
- registry: http://docker-registry.registry.svc.cluster.local:5000
- registry: docker-registry.registry.svc.cluster.local:5000
username:
from_secret: REGISTRY_USERNAME
password: