ci: allow insecure registry for self-signed TLS cert
This commit is contained in:
parent
68da5140f8
commit
92347331ae
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ steps:
|
||||||
settings:
|
settings:
|
||||||
registry:
|
registry:
|
||||||
from_secret: REGISTRY_HOSTPORT
|
from_secret: REGISTRY_HOSTPORT
|
||||||
|
insecure: true
|
||||||
username:
|
username:
|
||||||
from_secret: REGISTRY_USERNAME
|
from_secret: REGISTRY_USERNAME
|
||||||
password:
|
password:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue