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:
|
||||
registry:
|
||||
from_secret: REGISTRY_HOSTPORT
|
||||
insecure: true
|
||||
username:
|
||||
from_secret: REGISTRY_USERNAME
|
||||
password:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue