Allow skip-tls-verify option for testing
This commit is contained in:
committed by
Nándor István Krácser
parent
4340afa523
commit
3da5de27d7
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user