diff --git a/.drone.yml b/.drone.yml index d07e318..be151a3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,4 +5,12 @@ steps: - name: test image: python commands: - - ./atmos.py --help \ No newline at end of file + - ./atmos.py --help +- name: docker + image: plugins/docker + settings: + username: + from_secret: docker_user + password: + from_secret: docker_password + dockerfile: Dockerfile \ No newline at end of file