Revert container network to bridge mode
CI - Lint & Test / lint-and-test (push) Failing after 6m0s Details

Host network breaks DinD connection. Bridge with --mtu=1340
is confirmed working for TLS connections.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Cloud User 2026-02-25 16:25:18 +09:00
parent b2b8b7d997
commit 86e92016e0
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" - "ubuntu-22.04:docker://catthehacker/ubuntu:act-22.04"
- "self-hosted:host" - "self-hosted:host"
container: container:
network: "host" network: ""
privileged: false privileged: false
options: options:
valid_volumes: [] valid_volumes: []