From 214b91b7a00ff2b6e4916961e7a61ff717d8e3c4 Mon Sep 17 00:00:00 2001 From: annous246 Date: Thu, 7 Aug 2025 21:55:32 +0100 Subject: [PATCH] config runner changes --- config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.yml b/config.yml index a246feb..d3ef4ba 100644 --- a/config.yml +++ b/config.yml @@ -35,9 +35,9 @@ runner: # If it's empty when registering, it will ask for inputting labels. # If it's empty when execute `daemon`, will use labels in `.runner` file. labels: - - "ubuntu-latest:docker://gitea/runner-images:ubuntu-latest" - - "ubuntu-22.04:docker://gitea/runner-images:ubuntu-22.04" - - "ubuntu-20.04:docker://gitea/runner-images:ubuntu-20.04" + #- "ubuntu-latest:docker://gitea/runner-images:ubuntu-latest" + #- "ubuntu-22.04:docker://gitea/runner-images:ubuntu-22.04" + #- "ubuntu-20.04:docker://gitea/runner-images:ubuntu-20.04" - "self-hosted:docker" cache: # Enable cache server to use actions/cache.