Add gitlab-runner to Linode

This commit is contained in:
Greg Hellings
2024-05-01 19:46:34 +00:00
parent e5400a3edf
commit 4cd66ec1b5
4 changed files with 67 additions and 2 deletions
+2 -1
View File
@@ -23,7 +23,8 @@ in
virtualisation.oci-containers = {
backend = "podman";
containers."homepage" = {
image = "ghcr.io/greg-hellings/homepage:latest";
# needs explicit port to match what gitlab-runner sees when pulling
image = "registry.thehellings.com:443/greg/homepage/gregs-homepage:latest";
ports = [ "${homepage}:80" ];
};
};