feat: update config with default runner
This commit is contained in:
parent
460f5bbc21
commit
756ab1b268
1 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue