fix(ci): allow insecure local registry for buildx
This commit is contained in:
parent
cf0ef5328f
commit
8978164c48
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue