fix(ci): switch to kaniko for http local registry push

This commit is contained in:
Ashwin Kumar 2026-04-11 13:49:48 +02:00
parent 0135abb3f8
commit 6510e52d46

View file

@ -25,9 +25,8 @@ matrix:
steps:
- name: build-and-push
image: woodpeckerci/plugin-docker-buildx:5.0.0
image: woodpeckerci/plugin-kaniko:2.1.1
settings:
insecure: true
registry: docker-registry.registry.svc.cluster.local:5000
repo: docker-registry.registry.svc.cluster.local:5000/nxtgauge-rust-${SERVICE}
dockerfile: Dockerfile.simple
@ -37,15 +36,12 @@ steps:
- ${CI_COMMIT_SHA}
- latest
- high-performance-latest
logins:
- registry: docker-registry.registry.svc.cluster.local:5000
username:
from_secret: REGISTRY_USERNAME
password:
from_secret: REGISTRY_PASSWORD
username:
from_secret: REGISTRY_USERNAME
password:
from_secret: REGISTRY_PASSWORD
insecure: true
insecure_pull: true
skip_tls_verify: true
platforms: linux/amd64
no_cache: true
cache: false