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"
|
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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user