From 03dfa41b91aa8281720d7ced354ae9152dc7bb61 Mon Sep 17 00:00:00 2001 From: Peter Kurfer Date: Thu, 15 Jun 2023 18:04:57 +0200 Subject: [PATCH] fix: run build in host network mode --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 7efb795..26a6b0e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,6 +12,7 @@ trigger: steps: - name: Lint image: docker.io/hashicorp/terraform + network_mode: host commands: - cd hetzner-cloud/ - terraform init @@ -19,6 +20,7 @@ steps: - name: Push image: ghcr.io/coder/coder:v0.24.1 + network_mode: host commands: - | coder templates push \