diff --git a/.drone.yml b/.drone.yml index 917ad07..2bd98a9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,6 +17,7 @@ pipeline: image: plugins/docker repo: plugins/docker tags: [ "latest", "17", "17.04" ] + secrets: [ docker_username, docker_password ] when: branch: master event: push