adding autopush to nomad
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 45s

This commit is contained in:
2026-01-15 14:35:21 -08:00
parent af38fcaace
commit fe06c40a29

View File

@@ -33,7 +33,7 @@ job "foodplanner" {
driver = "docker" driver = "docker"
config { config {
image = "ghcr.io/sstent/foodplanner:main" image = "ghcr.io/sstent/foodplanner:${var.container_version}"
ports = ["http"] ports = ["http"]
} }
env { env {