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

This commit is contained in:
Ashwin Kumar 2026-04-11 13:58:07 +02:00
parent 6510e52d46
commit 21b42adeba

View file

@ -28,7 +28,7 @@ steps:
image: woodpeckerci/plugin-kaniko:2.1.1
settings:
registry: docker-registry.registry.svc.cluster.local:5000
repo: docker-registry.registry.svc.cluster.local:5000/nxtgauge-rust-${SERVICE}
repo: nxtgauge-rust-${SERVICE}
dockerfile: Dockerfile.simple
build_args:
- SERVICE_NAME=${SERVICE}