Use host network for job containers to fix TLS handshake
CI - Lint & Test / lint-and-test (push) Failing after 0s Details

DinD bridge network causes gnutls_handshake failure even with
correct MTU. Use host network mode so job containers share
the pod network stack directly.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Cloud User 2026-02-25 16:18:23 +09:00
parent 26dbb30ead
commit b2b8b7d997
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ data:
- "ubuntu-22.04:docker://catthehacker/ubuntu:act-22.04"
- "self-hosted:host"
container:
network: ""
network: "host"
privileged: false
options:
valid_volumes: []