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" {
targets = [
"webapp",
]
"webapp",
]
}
target "webapp" {
context="."
dockerfile="Dockerfile"
tags = [
"my-image:latest",
notequal("",TAG) ? "my-image:${TAG}": "",
]
context="."
dockerfile="Dockerfile"
tags = [
"my-image:latest",
notequal("",TAG) ? "my-image:${TAG}": "",
]
}
EOF

Loading…
Cancel
Save