[DRONE] Rewrite build and publish CI
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Simon Cornet 2022-10-07 13:31:51 +02:00
parent 9af2f8ec4d
commit 6927a9d66b

View File

@ -9,14 +9,13 @@ steps:
- image: 'plugins/docker' - image: 'plugins/docker'
name: 'publish' name: 'publish'
pull: 'always' pull: 'always'
privileged: true
settings: settings:
# registery and repos # registery and repos
registry: 'docker.io' registry: 'docker.io'
cache_from: 'rakepanorama/ansible-deployment' cache_from: 'rakepanorama/ansible-deployment'
repo: 'rakepanorama/ansible-deployment' repo: 'rakepanorama/ansible-deployment'
custom_dns: '192.168.10.254' custom_dns: '10.43.0.10'
build_args: '--network host' build_args: '--network host'
debug: true debug: true