Add runner name

This commit is contained in:
Michael Hübner 2025-07-07 09:38:03 +02:00
parent c5a4ee6e42
commit 526e4505aa

View file

@ -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";