Add runner name
This commit is contained in:
parent
c5a4ee6e42
commit
526e4505aa
1 changed files with 1 additions and 9 deletions
|
@ -39,15 +39,6 @@ in
|
|||
settings = {
|
||||
runner = {
|
||||
capacity = 4;
|
||||
envs = {
|
||||
DOCKER_HOST = "unix:///var/run/docker.sock";
|
||||
};
|
||||
};
|
||||
container = {
|
||||
privileged = true;
|
||||
valid_volumes = [
|
||||
"/var/run/docker.sock"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@ -62,6 +53,7 @@ in
|
|||
autoStart = true;
|
||||
privileged = true;
|
||||
environment = {
|
||||
GITEA_RUNNER_NAME = "DinD-Runner";
|
||||
GITEA_INSTANCE_URL = "https://pts-paper.de";
|
||||
GITEA_RUNNER_REGISTRATION_TOKEN = "AeQKyYXuGZR5RiGCEKKsi4rDnzhryIOXujAsu7Qb";
|
||||
GITEA_RUNNER_LABELS = "ubuntu-24.04-dind:docker://ghcr.io/catthehacker/ubuntu:act-24.04";
|
||||
|
|
Loading…
Reference in a new issue