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:
|
steps:
|
||||||
- name: Lint
|
- name: Lint
|
||||||
image: docker.io/hashicorp/terraform
|
image: docker.io/hashicorp/terraform
|
||||||
|
network_mode: host
|
||||||
commands:
|
commands:
|
||||||
- cd hetzner-cloud/
|
- cd hetzner-cloud/
|
||||||
- terraform init
|
- terraform init
|
||||||
|
@ -19,6 +20,7 @@ steps:
|
||||||
|
|
||||||
- name: Push
|
- name: Push
|
||||||
image: ghcr.io/coder/coder:v0.24.1
|
image: ghcr.io/coder/coder:v0.24.1
|
||||||
|
network_mode: host
|
||||||
commands:
|
commands:
|
||||||
- |
|
- |
|
||||||
coder templates push \
|
coder templates push \
|
||||||
|
|
Loading…
Reference in a new issue