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" {
|
||||
datacenters = ["dc1"]
|
||||
type = "service"
|
||||
|
||||
variable "container_sha" {
|
||||
type = string
|
||||
default = "045fc6e82b9ecb6bebc1f095f62498935df70bbf"
|
||||
}
|
||||
|
||||
constraint {
|
||||
attribute = "${attr.kernel.name}"
|
||||
value = "linux"
|
||||
|
||||
Reference in New Issue
Block a user