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;
|
privileged = true;
|
||||||
valid_volumes = ["*"];
|
valid_volumes = ["*"];
|
||||||
force_pull = false;
|
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;
|
tokenFile = config.age.secrets.forgejoActions.path;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user