fix(forgejo): add labels for regularly used container images
This commit is contained in:
parent
d855614811
commit
e0bf71ef63
@ -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;
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user