fix(ci): allow insecure local registry for buildx
This commit is contained in:
parent
7aeaeb18ab
commit
0d59e347f2
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,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-rust-${SERVICE}
|
||||
dockerfile: Dockerfile.simple
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue