From 5d35f615e1251cae022f6ba1bf34e911ed405230 Mon Sep 17 00:00:00 2001 From: Henrik Jess Nielsen Date: Mon, 29 Jun 2026 17:34:00 +0200 Subject: [PATCH] Use upstream image directly (registry.i80.dk mirror not yet wired) --- continuwuity.hcl | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/continuwuity.hcl b/continuwuity.hcl index 0080821..2a0ff87 100644 --- a/continuwuity.hcl +++ b/continuwuity.hcl @@ -118,11 +118,12 @@ EOF } config { - # Mirrored from upstream into registry.i80.dk by the deploy workflow. - # Must match IMAGE in .gitea/workflows/deploy.yml. - image = "registry.i80.dk/continuwuity:latest" + # Upstream image. TODO: mirror into registry.i80.dk once the namespace + push creds + # are sorted (the deploy workflow's mirror step needs REGISTRY_USER/PASSWORD and a valid + # path, e.g. registry.i80.dk/gitea/continuwuity — bare registry.i80.dk/continuwuity returns 400). + image = "forgejo.ellis.link/continuwuation/continuwuity:latest" ports = ["http"] - force_pull = true # required with :latest — otherwise Nomad reuses the cached image on redeploy + force_pull = true # :latest — re-pull on redeploy } resources {