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
All checks were successful
Build and Deploy / deploy (push) Successful in 44s
This commit is contained in:
@@ -28,8 +28,9 @@ job "moneycapp-tink-demo" {
|
||||
driver = "docker"
|
||||
|
||||
config {
|
||||
image = "registry.i80.dk/gitea/moneycapp-tink-demo:latest"
|
||||
ports = ["http"]
|
||||
image = "registry.i80.dk/gitea/moneycapp-tink-demo:latest"
|
||||
force_pull = true
|
||||
ports = ["http"]
|
||||
}
|
||||
|
||||
resources {
|
||||
|
||||
Reference in New Issue
Block a user