docs: fix typo in bake reference

Signed-off-by: Roberto Castellotti <me@rcastellotti.dev>
This commit is contained in:
Roberto Castellotti
2025-10-30 19:06:20 +01:00
parent 6e68733606
commit 7253a04b2a
+1 -1
View File
@@ -1099,7 +1099,7 @@ or interpolate them in attribute values in your Bake file.
variable "TAG" {
type = string
default = "latest"
description: "Tag to use for build"
description = "Tag to use for build"
}
target "webapp-dev" {