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
Some checks failed
Deploy continuwuity to Nomad / nomad job run continuwuity (push) Failing after 54s
This commit is contained in:
@@ -118,11 +118,12 @@ EOF
|
|||||||
}
|
}
|
||||||
|
|
||||||
config {
|
config {
|
||||||
# Mirrored from upstream into registry.i80.dk by the deploy workflow.
|
# Upstream image. TODO: mirror into registry.i80.dk once the namespace + push creds
|
||||||
# Must match IMAGE in .gitea/workflows/deploy.yml.
|
# are sorted (the deploy workflow's mirror step needs REGISTRY_USER/PASSWORD and a valid
|
||||||
image = "registry.i80.dk/continuwuity:latest"
|
# path, e.g. registry.i80.dk/gitea/continuwuity — bare registry.i80.dk/continuwuity returns 400).
|
||||||
|
image = "forgejo.ellis.link/continuwuation/continuwuity:latest"
|
||||||
ports = ["http"]
|
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 {
|
resources {
|
||||||
|
|||||||
Reference in New Issue
Block a user