add volume mount for nix #58

Merged
ahuston-0 merged 7 commits from feature/act-runner-volumes into main 2025-03-26 01:07:12 -04:00
3 changed files with 114 additions and 14 deletions
Showing only changes of commit 3d97fc743c - Show all commits

View File

@ -36,9 +36,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://gitea/runner-images:ubuntu-latest"
- "ubuntu-22.04:docker://gitea/runner-images:ubuntu-22.04"
- "ubuntu-20.04:docker://gitea/runner-images:ubuntu-20.04"
- "ubuntu-latest:docker://gitea/runner-images:ubuntu-latest-full"
- "ubuntu-22.04:docker://gitea/runner-images:ubuntu-22.04-full"
- "ubuntu-20.04:docker://gitea/runner-images:ubuntu-20.04-full"
#cache:
# Enable cache server to use actions/cache.
#enabled: true