infra: switch runner to custom image git.slaid098.dev/slaid098/runner
This commit is contained in:
parent
ddb2f53a5d
commit
2f7e87e414
1 changed files with 3 additions and 3 deletions
|
|
@ -59,9 +59,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://docker.gitea.com/runner-images:ubuntu-latest"
|
||||
- "ubuntu-24.04:docker://docker.gitea.com/runner-images:ubuntu-24.04"
|
||||
- "ubuntu-22.04:docker://docker.gitea.com/runner-images:ubuntu-22.04"
|
||||
- "ubuntu-latest:docker://git.slaid098.dev/slaid098/runner:latest"
|
||||
- "ubuntu-24.04:docker://git.slaid098.dev/slaid098/runner:latest"
|
||||
- "ubuntu-22.04:docker://git.slaid098.dev/slaid098/runner:latest"
|
||||
|
||||
cache:
|
||||
# Enable cache server to use actions/cache.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue