fix(forgejo): add labels for regularly used container images

This commit is contained in:
Michael Thomas 2024-06-08 01:48:58 -04:00
parent d855614811
commit e0bf71ef63

View File

@ -80,9 +80,13 @@ in {
privileged = true;
valid_volumes = ["*"];
force_pull = false;
network = "bridge";
};
};
labels = [];
labels = [
"debian-latest:docker://ghcr.io/catthehacker/ubuntu:act-latest"
"ubuntu-latest:docker://ghcr.io/catthehacker/ubuntu:act-latest"
];
tokenFile = config.age.secrets.forgejoActions.path;
};
};