From b622724eb7d04c85bfaa743ca18034d934696ce5 Mon Sep 17 00:00:00 2001 From: David Boreham Date: Thu, 25 May 2023 02:30:03 -0600 Subject: [PATCH] Update config to remove warning in runner log --- gitea/config/act-runner-config.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/gitea/config/act-runner-config.yml b/gitea/config/act-runner-config.yml index 15aef7d..3ca3583 100644 --- a/gitea/config/act-runner-config.yml +++ b/gitea/config/act-runner-config.yml @@ -42,8 +42,6 @@ cache: port: 0 container: - # Which network to use for the job containers. Could be bridge, host, none, or the name of a custom network. - network_mode: bridge # Whether to use privileged mode or not when launching task containers (privileged mode is required for Docker-in-Docker). privileged: true # And other options to be used when the container is started (eg, --add-host=my.gitea.url:host-gateway). -- 2.45.2