Allow skip-tls-verify option for testing

This commit is contained in:
Tomasz Cholewa 2019-08-05 15:32:48 +02:00 committed by Nándor István Krácser
parent 4340afa523
commit 3da5de27d7
2 changed files with 7 additions and 0 deletions

View file

@ -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}