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