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.