From ce5f3af38484c168b0e4c81bb97a74c075c5e4dd Mon Sep 17 00:00:00 2001 From: Peter Wood Date: Tue, 11 Nov 2025 12:12:37 -0500 Subject: [PATCH] `network_mode` usage is discontinued in favor of `network` --- gitea/runner-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitea/runner-config.yaml b/gitea/runner-config.yaml index 83cfb3d..f949168 100644 --- a/gitea/runner-config.yaml +++ b/gitea/runner-config.yaml @@ -7,7 +7,7 @@ runner: container: # Use the gitea network so job containers can resolve the 'server' hostname - network_mode: gitea_gitea + network: gitea_gitea privileged: false options: "" workdir_parent: ""