fix(ci): allow insecure local registry for buildx
This commit is contained in:
parent
29f3ff5bef
commit
ad5a3d96a8
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ steps:
|
||||||
- name: build-and-push
|
- name: build-and-push
|
||||||
image: woodpeckerci/plugin-docker-buildx:5.0.0
|
image: woodpeckerci/plugin-docker-buildx:5.0.0
|
||||||
settings:
|
settings:
|
||||||
|
insecure: true
|
||||||
registry: docker-registry.registry.svc.cluster.local:5000
|
registry: docker-registry.registry.svc.cluster.local:5000
|
||||||
repo: docker-registry.registry.svc.cluster.local:5000/nxtgauge-admin-solid
|
repo: docker-registry.registry.svc.cluster.local:5000/nxtgauge-admin-solid
|
||||||
dockerfile: Dockerfile.simple
|
dockerfile: Dockerfile.simple
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue