fix: run build in host network mode
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Peter 2023-06-15 18:04:57 +02:00
parent e1c9b6bb21
commit 03dfa41b91
Signed by: prskr
GPG key ID: C1DB5D2E8DB512F9

View file

@ -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 \