diff --git a/infrastructure/modules/compute/nix/guidelines.nix b/infrastructure/modules/compute/nix/guidelines.nix index 639adaf..fb11257 100644 --- a/infrastructure/modules/compute/nix/guidelines.nix +++ b/infrastructure/modules/compute/nix/guidelines.nix @@ -36,7 +36,7 @@ in }; oci-containers.containers."web" = { - image = "registry.gitlab.com/infektweb/glv5/web"; + image = "registry.gitlab.com/infektweb/glv5/web:${releaseVersion "web"}"; ports = [ "80:8080" ];