From 6927a9d66b3aa2580934e930c4a98bae0919f0bd Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Fri, 7 Oct 2022 13:31:51 +0200 Subject: [PATCH] [DRONE] Rewrite build and publish CI --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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