mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-29 08:57:44 +08:00
bake: add replace func to stdlib
Signed-off-by: Justin Chadwell <me@jedevc.com>
This commit is contained in:
parent
87f900ce77
commit
5d33a3af22
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user