From 2cb70e2fe713a622f2f58bead6508e17c2d99f7c Mon Sep 17 00:00:00 2001 From: sneak Date: Mon, 28 Nov 2022 02:02:40 +0100 Subject: [PATCH] new image needs diff config --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index 77154f2..8eaec59 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,6 +10,10 @@ steps: repo: test/test target: final custom_dns: [ 116.202.204.30 ] + username: + from_secret: registry_username + password: + from_secret: registry_password tags: - ${DRONE_COMMIT_SHA} - ${DRONE_BRANCH}