fix(ci): use repo path only for kaniko destination

This commit is contained in:
Ashwin Kumar 2026-04-11 13:58:08 +02:00
parent 484f4f0dfb
commit 396dead99b

View file

@ -7,7 +7,7 @@ steps:
image: woodpeckerci/plugin-kaniko:2.1.1 image: woodpeckerci/plugin-kaniko:2.1.1
settings: settings:
registry: docker-registry.registry.svc.cluster.local:5000 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 dockerfile: Dockerfile.simple
tags: tags:
- ${CI_COMMIT_SHA} - ${CI_COMMIT_SHA}