Add automatic docker registry
This commit is contained in:
parent
0c0675857a
commit
f947820f54
1 changed files with 9 additions and 1 deletions
|
|
@ -6,3 +6,11 @@ steps:
|
||||||
image: python
|
image: python
|
||||||
commands:
|
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