Allow skip-tls-verify option for testing
This commit is contained in:
parent
4340afa523
commit
3da5de27d7
2 changed files with 7 additions and 0 deletions
|
@ -16,6 +16,7 @@ steps:
|
|||
repo: registry.example.com/example-project
|
||||
tags: ${DRONE_COMMIT_SHA}
|
||||
cache: true
|
||||
skip_tls_verify: false # set to true for testing registries ONLY with self-signed certs
|
||||
build_args:
|
||||
- COMMIT_SHA=${DRONE_COMMIT_SHA}
|
||||
- COMMIT_AUTHOR_EMAIL=${DRONE_COMMIT_AUTHOR_EMAIL}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue