variable "TAG" { default = "latest" } variable "REPO" { default = "registry.mortons.site" } group "default" { targets = ["eo-services-client"] } target "eo-services-client" { dockerfile = "Dockerfile" tags = ["${REPO}/eo-services-client:${TAG}"] platforms = ["linux/amd64", "linux/arm64"] }