fix(ci): enable hostNetwork for gitea-runner to allow internet access

This commit is contained in:
fchinembiri 2026-05-01 08:37:06 +02:00
parent 17147123c2
commit 5ce2c42e2e
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ spec:
labels: labels:
app: gitea-runner app: gitea-runner
spec: spec:
hostNetwork: true
containers: containers:
- name: runner - name: runner
image: gitea/act_runner:latest image: gitea/act_runner:latest