fix(ci): use REGISTRY_HOSTPORT secret for private registry

This commit is contained in:
Ashwin Kumar 2026-04-12 12:17:09 +02:00
parent 7c11c888a7
commit 658106435a

View file

@ -6,7 +6,7 @@ steps:
- name: build-and-push
image: woodpeckerci/plugin-kaniko:2.1.1
settings:
registry: docker-registry.registry.svc.cluster.local:5000
registry: ${REGISTRY_HOSTPORT}
repo: nxtgauge-frontend-solid
dockerfile: Dockerfile.simple
tags: