Use upstream image directly (registry.i80.dk mirror not yet wired)
Some checks failed
Deploy continuwuity to Nomad / nomad job run continuwuity (push) Failing after 54s

This commit is contained in:
2026-06-29 17:34:00 +02:00
parent 401a8e337f
commit 5d35f615e1

View File

@@ -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 {