fix: add force_pull=true so Nomad re-pulls latest image on every deploy
All checks were successful
Build and Deploy / deploy (push) Successful in 44s

This commit is contained in:
Henrik Jess Nielsen
2026-05-22 23:45:47 +02:00
parent cc59f0fec4
commit dcec2c3047

View File

@@ -28,8 +28,9 @@ job "moneycapp-tink-demo" {
driver = "docker" driver = "docker"
config { config {
image = "registry.i80.dk/gitea/moneycapp-tink-demo:latest" image = "registry.i80.dk/gitea/moneycapp-tink-demo:latest"
ports = ["http"] force_pull = true
ports = ["http"]
} }
resources { resources {