diff --git a/.drone.yml b/.drone.yml index ffb8541..33379b5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,14 +9,13 @@ steps: - image: 'plugins/docker' name: 'publish' pull: 'always' - privileged: true settings: # registery and repos registry: 'docker.io' cache_from: 'rakepanorama/ansible-deployment' repo: 'rakepanorama/ansible-deployment' - custom_dns: '192.168.10.254' + custom_dns: '10.43.0.10' build_args: '--network host' debug: true