Use host network for job containers to fix TLS handshake
CI - Lint & Test / lint-and-test (push) Failing after 0s
Details
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:
parent
26dbb30ead
commit
b2b8b7d997
|
|
@ -25,7 +25,7 @@ data:
|
||||||
- "ubuntu-22.04:docker://catthehacker/ubuntu:act-22.04"
|
- "ubuntu-22.04:docker://catthehacker/ubuntu:act-22.04"
|
||||||
- "self-hosted:host"
|
- "self-hosted:host"
|
||||||
container:
|
container:
|
||||||
network: ""
|
network: "host"
|
||||||
privileged: false
|
privileged: false
|
||||||
options:
|
options:
|
||||||
valid_volumes: []
|
valid_volumes: []
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue