Add automatic docker registry
This commit is contained in:
parent
0c0675857a
commit
f947820f54
1 changed files with 9 additions and 1 deletions
10
.drone.yml
10
.drone.yml
|
|
@ -5,4 +5,12 @@ steps:
|
|||
- name: test
|
||||
image: python
|
||||
commands:
|
||||
- ./atmos.py --help
|
||||
- ./atmos.py --help
|
||||
- name: docker
|
||||
image: plugins/docker
|
||||
settings:
|
||||
username:
|
||||
from_secret: docker_user
|
||||
password:
|
||||
from_secret: docker_password
|
||||
dockerfile: Dockerfile
|
||||
Loading…
Add table
Reference in a new issue