ci: use kaniko from registry.nxtgauge.com instead of Docker Hub

This commit is contained in:
Tracewebstudio Dev 2026-04-16 23:58:49 +02:00
parent d7ebbcb706
commit 00b864787b

View file

@ -30,7 +30,7 @@ matrix:
steps:
- name: build-and-push
image: woodpeckerci/plugin-kaniko:2.1.1
image: registry.nxtgauge.com/woodpeckerci/plugin-kaniko:2.1.1
settings:
registry: registry.nxtgauge.com
repo: nxtgauge-rust-${SERVICE}
@ -58,7 +58,7 @@ when:
steps:
- name: build-and-push-migrate
image: woodpeckerci/plugin-kaniko:2.1.1
image: registry.nxtgauge.com/woodpeckerci/plugin-kaniko:2.1.1
settings:
registry: registry.nxtgauge.com
repo: nxtgauge-db-migrate