From e2002ad18eb681c388df56121a0fc34b355cc863 Mon Sep 17 00:00:00 2001 From: Oly Date: Fri, 11 Oct 2019 12:21:53 +0100 Subject: [PATCH] Drone auth. --- .drone.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 055e46c..942e55a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,12 @@ steps: - name: docker image: plugins/docker settings: - + secrets: + - source: REGISTRY_USER + target: username + - source: REGISTRY_PASSWORD + target: password + repo: drone tags: latest build_args: - VERSION=1.6.0