1
0
Fork 0

Forgejo Actions test #4

This commit is contained in:
Aires 2024-05-28 13:48:44 -04:00
parent e88b04d544
commit 2c583c15a5

View file

@ -77,7 +77,8 @@ in
settings = { settings = {
# For an example of configuring in Nix: https://git.clan.lol/clan/clan-infra/src/branch/main/modules/web01/gitea/actions-runner.nix # For an example of configuring in Nix: https://git.clan.lol/clan/clan-infra/src/branch/main/modules/web01/gitea/actions-runner.nix
# For an example of the different options available: https://gitea.com/gitea/act_runner/src/branch/main/internal/pkg/config/config.example.yaml # For an example of the different options available: https://gitea.com/gitea/act_runner/src/branch/main/internal/pkg/config/config.example.yaml
container.validVolumes = "**"; container.options = "--v /nix:/nix";
container.validVolumes = [ "/nix" ];
}; };
}; };
}; };