From bc0a029eb8b80520b8592286fd7bb8e8897d2e51 Mon Sep 17 00:00:00 2001 From: Opnxng Date: Tue, 7 Nov 2023 17:24:10 +0800 Subject: [PATCH] Gitea: run act_runner using DIND --- templates/conf/daemon.json.j2 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 templates/conf/daemon.json.j2 diff --git a/templates/conf/daemon.json.j2 b/templates/conf/daemon.json.j2 new file mode 100644 index 0000000..4081371 --- /dev/null +++ b/templates/conf/daemon.json.j2 @@ -0,0 +1,3 @@ +{ + "dns": ["1.1.1.1", "9.9.9.9"] +} \ No newline at end of file