Issue
When you pass a string with KeyValue pairs to the build-args option, fails with:
parse error: Invalid numeric literal at line 1, column 5
When you pass an array with KeyValue pairs to the build-args option, fails with:
Missed comma between flow collection entries when using fngetatt in yaml
Todo
- Add an example on how you would pass a build-arg
- Add support for arrays for build-arg option
Issue
When you pass a string with KeyValue pairs to the build-args option, fails with:
parse error: Invalid numeric literal at line 1, column 5When you pass an array with KeyValue pairs to the build-args option, fails with:
Missed comma between flow collection entries when using fngetatt in yamlTodo