acr-build
acr-build copied to clipboard
JSON error while using "build-args"
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
I ran into this same thing and opened a PR to update the README with an example of using build args: https://github.com/Azure/acr-build/pull/8