From 756ab1b268c53b02ece59b5dcfaabce5ff071173 Mon Sep 17 00:00:00 2001 From: Marc Cataford Date: Mon, 29 Jul 2024 20:19:52 -0400 Subject: [PATCH] feat: update config with default runner --- config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.yml b/config.yml index 16d3ae6..98975e4 100644 --- a/config.yml +++ b/config.yml @@ -25,7 +25,9 @@ runner: # Like: ["macos-arm64:host", "ubuntu-latest:docker://node:16-bullseye", "ubuntu-22.04:docker://node:16-bullseye"] # If it's empty when registering, it will ask for inputting labels. # If it's empty when execute `deamon`, will use labels in `.runner` file. - labels: [] + labels: [ + "runner-latest:docker://localhost:5000/forge-runners/debian-12.6-slim:latest" + ] cache: # Enable cache server to use actions/cache.