diff --git a/.drone.yml b/.drone.yml index 4513263..358f701 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,6 +16,7 @@ steps: repo: bbilly1/tubearchivist-test tags: - unstable - -image_pull_secrets: -- dockerconfigjson + username: + from_secret: docker_username + password: + from_secret: docker_token