try gitea option

This commit is contained in:
2023-12-06 21:03:47 +01:00
parent 6ef2b4ae41
commit c48e5aa581

View File

@@ -131,6 +131,11 @@ in
labels = [ labels = [
"ubuntu-latest:docker://node:18-bullseye" "ubuntu-latest:docker://node:18-bullseye"
]; ];
settings = {
options = [
"--add-host=git.cloonar.com:10.42.97.50"
]
};
}; };
# containers.git-runner = { # containers.git-runner = {