[CI] Sanitize CI config
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
0155cb88eb
commit
889c2f34f8
13
.drone.yml
13
.drone.yml
@ -9,14 +9,23 @@ steps:
|
|||||||
name: 'publish'
|
name: 'publish'
|
||||||
pull: 'always'
|
pull: 'always'
|
||||||
settings:
|
settings:
|
||||||
|
|
||||||
|
# registery and repos
|
||||||
|
registry: 'docker.io'
|
||||||
cache_from: 'rakepanorama/ansible-deployment'
|
cache_from: 'rakepanorama/ansible-deployment'
|
||||||
daemon_off: 'false'
|
|
||||||
dockerfile: 'Dockerfile.linux.amd64'
|
|
||||||
repo: 'rakepanorama/ansible-deployment'
|
repo: 'rakepanorama/ansible-deployment'
|
||||||
|
|
||||||
|
# build stuff
|
||||||
|
dockerfile: 'Dockerfile.linux.amd64'
|
||||||
|
daemon_off: 'false'
|
||||||
|
|
||||||
|
# authentication
|
||||||
username:
|
username:
|
||||||
from_secret: 'docker_username'
|
from_secret: 'docker_username'
|
||||||
password:
|
password:
|
||||||
from_secret: 'docker_password'
|
from_secret: 'docker_password'
|
||||||
|
|
||||||
|
# tags
|
||||||
tags:
|
tags:
|
||||||
- 'v0.3'
|
- 'v0.3'
|
||||||
- 'latest'
|
- 'latest'
|
||||||
|
Loading…
Reference in New Issue
Block a user