fix(ci): use repo name with registry setting for insecure push

This commit is contained in:
Ashwin Kumar 2026-04-10 21:58:00 +02:00
parent 808fe4a908
commit 3d049a0215

View file

@ -8,7 +8,7 @@ steps:
settings:
insecure: true
registry: docker-registry.registry.svc.cluster.local:5000
repo: docker-registry.registry.svc.cluster.local:5000/nxtgauge-frontend-solid
repo: nxtgauge-frontend-solid
dockerfile: Dockerfile.simple
tags:
- ${CI_COMMIT_SHA}