[CI] Sanitize CI config
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon Cornet 2022-03-15 15:44:41 +01:00
parent 0155cb88eb
commit 889c2f34f8

View File

@ -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'