fix(ci): enable hostNetwork for gitea-runner to allow internet access
This commit is contained in:
parent
17147123c2
commit
5ce2c42e2e
|
|
@ -13,6 +13,7 @@ spec:
|
|||
labels:
|
||||
app: gitea-runner
|
||||
spec:
|
||||
hostNetwork: true
|
||||
containers:
|
||||
- name: runner
|
||||
image: gitea/act_runner:latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue