fix(nomad): Move variable definition to top-level
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 25s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 25s
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
|
variable "container_sha" {
|
||||||
|
type = string
|
||||||
|
default = "045fc6e82b9ecb6bebc1f095f62498935df70bbf"
|
||||||
|
}
|
||||||
|
|
||||||
job "navidrome-litefs" {
|
job "navidrome-litefs" {
|
||||||
datacenters = ["dc1"]
|
datacenters = ["dc1"]
|
||||||
type = "service"
|
type = "service"
|
||||||
|
|
||||||
variable "container_sha" {
|
|
||||||
type = string
|
|
||||||
default = "045fc6e82b9ecb6bebc1f095f62498935df70bbf"
|
|
||||||
}
|
|
||||||
|
|
||||||
constraint {
|
constraint {
|
||||||
attribute = "${attr.kernel.name}"
|
attribute = "${attr.kernel.name}"
|
||||||
value = "linux"
|
value = "linux"
|
||||||
|
|||||||
Reference in New Issue
Block a user