Test oci-containers
This commit is contained in:
parent
aa1029cb74
commit
7ad59633df
1 changed files with 16 additions and 0 deletions
|
@ -53,4 +53,20 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
virtualisation = {
|
||||||
|
oci-containers = {
|
||||||
|
containers = {
|
||||||
|
forgejo_runner = {
|
||||||
|
image = vegardit/gitea-act-runner:dind-latest;
|
||||||
|
autoStart = true;
|
||||||
|
privileged = true;
|
||||||
|
environment = {
|
||||||
|
GITEA_INSTANCE_URL = "https://pts-paper.de";
|
||||||
|
GITEA_RUNNER_REGISTRATION_TOKEN = "YFmYnj31ikOh0Ja53hI9ehA1je0jlzP1KCBk2wMi";
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue