fix indentations in example

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
pull/428/head
Tonis Tiigi 4 years ago
parent bfd1ea3877
commit 5843e67a90

@ -749,17 +749,17 @@ variable "TAG" {default="" }
group "default" { group "default" {
targets = [ targets = [
"webapp", "webapp",
] ]
} }
target "webapp" { target "webapp" {
context="." context="."
dockerfile="Dockerfile" dockerfile="Dockerfile"
tags = [ tags = [
"my-image:latest", "my-image:latest",
notequal("",TAG) ? "my-image:${TAG}": "", notequal("",TAG) ? "my-image:${TAG}": "",
] ]
} }
EOF EOF

Loading…
Cancel
Save