feat: update config with default runner

This commit is contained in:
Marc 2024-07-29 20:19:52 -04:00
parent 460f5bbc21
commit 756ab1b268
Signed by: marc
GPG key ID: 048E042F22B5DC79

View file

@ -25,7 +25,9 @@ runner:
# Like: ["macos-arm64:host", "ubuntu-latest:docker://node:16-bullseye", "ubuntu-22.04:docker://node:16-bullseye"] # 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 registering, it will ask for inputting labels.
# If it's empty when execute `deamon`, will use labels in `.runner` file. # 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: cache:
# Enable cache server to use actions/cache. # Enable cache server to use actions/cache.