diff --git a/bake/hclparser/stdlib.go b/bake/hclparser/stdlib.go index 06269846..4f828ee2 100644 --- a/bake/hclparser/stdlib.go +++ b/bake/hclparser/stdlib.go @@ -79,6 +79,7 @@ var stdlibFunctions = map[string]function.Function{ "regex_replace": stdlib.RegexReplaceFunc, "regex": stdlib.RegexFunc, "regexall": stdlib.RegexAllFunc, + "replace": stdlib.ReplaceFunc, "reverse": stdlib.ReverseFunc, "reverselist": stdlib.ReverseListFunc, "rsadecrypt": crypto.RsaDecryptFunc,