Forgejo Actions test #4
This commit is contained in:
parent
e88b04d544
commit
2c583c15a5
|
@ -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" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue