Merge pull request #3495 from rcastellotti/fix-typo

docs: fix typo in bake reference
This commit is contained in:
CrazyMax
2025-11-06 09:18:36 +01:00
committed by GitHub
+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" {