fix(nomad): Move variable definition to top-level
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 25s

This commit is contained in:
2026-04-08 10:58:39 -07:00
parent 8f1565b1af
commit f08c715d75

View File

@@ -1,12 +1,12 @@
variable "container_sha" {
type = string
default = "045fc6e82b9ecb6bebc1f095f62498935df70bbf"
}
job "navidrome-litefs" {
datacenters = ["dc1"]
type = "service"
variable "container_sha" {
type = string
default = "045fc6e82b9ecb6bebc1f095f62498935df70bbf"
}
constraint {
attribute = "${attr.kernel.name}"
value = "linux"