fix(ci): allow insecure local registry for buildx

This commit is contained in:
Ashwin Kumar 2026-04-10 20:25:10 +02:00
parent cf0ef5328f
commit 8978164c48

View file

@ -6,6 +6,7 @@ steps:
- name: build-and-push
image: woodpeckerci/plugin-docker-buildx:5.0.0
settings:
insecure: true
registry: docker-registry.registry.svc.cluster.local:5000
repo: docker-registry.registry.svc.cluster.local:5000/nxtgauge-frontend-solid
dockerfile: Dockerfile.simple