Added docker to Action Runners

This commit is contained in:
Root User 2026-02-12 19:41:03 +01:00
parent 27f35b0fe5
commit 32cf42d11d
Signed by: root
GPG key ID: 087F0A95E5766D72

View file

@ -204,6 +204,7 @@ in {
# tokenFile should be in format TOKEN=<secret>, since it's EnvironmentFile for systemd # tokenFile should be in format TOKEN=<secret>, since it's EnvironmentFile for systemd
tokenFile = config.sops.secrets.runner_token.path; tokenFile = config.sops.secrets.runner_token.path;
labels = [ labels = [
"docker:docker://docker"
"lix:docker://git.lix.systems/lix-project/lix:latest" "lix:docker://git.lix.systems/lix-project/lix:latest"
"nix:docker://git.lix.systems/lix-project/lix:latest" "nix:docker://git.lix.systems/lix-project/lix:latest"
"ubuntu-bleeding-edge:docker://ubuntu:resolute" "ubuntu-bleeding-edge:docker://ubuntu:resolute"