Azure / acr-build

Github action to build containers with Azure Container Registry
MIT License
19 stars 25 forks source link

Add an example of configuring build arguments #8

Closed conor-naranjo closed 1 year ago

conor-naranjo commented 1 year ago

The current documentation is unclear on how to add a build argument to the workflow. Making an assumption that it should be in a 'key=value' format in the yaml results in hard to understand errors from jq such as parse error: Invalid numeric literal at EOF at line 1, column 12

This PR adds an example to make it more clear that the Action expects build arguments to be passed as an array of JSON objects