fix: run build in host network mode
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
e1c9b6bb21
commit
03dfa41b91
1 changed files with 2 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue