[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'
pull: 'always'
settings:
# registery and repos
registry: 'docker.io'
cache_from: 'rakepanorama/ansible-deployment'
daemon_off: 'false'
dockerfile: 'Dockerfile.linux.amd64'
repo: 'rakepanorama/ansible-deployment'
# build stuff
dockerfile: 'Dockerfile.linux.amd64'
daemon_off: 'false'
# authentication
username:
from_secret: 'docker_username'
password:
from_secret: 'docker_password'
# tags
tags:
- 'v0.3'
- 'latest'