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}