test: image-pull validation (one good, one bad)
Some checks failed
CI / Terraform fmt + validate (pull_request) Successful in 21s
CI / Nomad job spec validate (pull_request) Successful in 22s
CI / Docker image pull validation (pull_request) Failing after 16s

This commit is contained in:
2026-04-19 18:20:20 +10:00
parent 8e32d00d90
commit 3f7a4c2255
2 changed files with 2 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ job "openreader" {
driver = "docker"
config {
image = "ghcr.io/richardr1126/openreader:v2.1.2"
image = "ghcr.io/richardr1126/openreader:v99.99.99"
ports = ["http"]
}