From e6c0873e795dfbe5d1e92958b704d65f6d511cd0 Mon Sep 17 00:00:00 2001 From: xxq250 Date: Mon, 13 Apr 2026 16:19:41 +0800 Subject: [PATCH] Update config.yaml --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index a8392a4..1791582 100644 --- a/config.yaml +++ b/config.yaml @@ -64,7 +64,7 @@ container: # Specifies the network to which the container will connect. # Could be host, bridge or the name of a custom network. # If it's empty, act_runner will create a network automatically. - network: "packages_gitea-runner-network" + network: "action-runner_gitea-runner-network" # Whether to use privileged mode or not when launching task containers (privileged mode is required for Docker-in-Docker). privileged: false # And other options to be used when the container is started (eg, --add-host=my.gitea.url:host-gateway).