docs: fix typo in bake reference
Signed-off-by: Roberto Castellotti <me@rcastellotti.dev>
This commit is contained in:
@@ -1099,7 +1099,7 @@ or interpolate them in attribute values in your Bake file.
|
|||||||
variable "TAG" {
|
variable "TAG" {
|
||||||
type = string
|
type = string
|
||||||
default = "latest"
|
default = "latest"
|
||||||
description: "Tag to use for build"
|
description = "Tag to use for build"
|
||||||
}
|
}
|
||||||
|
|
||||||
target "webapp-dev" {
|
target "webapp-dev" {
|
||||||
|
|||||||
Reference in New Issue
Block a user