workflows: fix build-args syntax
The docs specify that `build-args` for the Github action `docker/build-push-action@v2` should be a list, but doing so results in an error: `The workflow is not valid. .github/workflows/release.yml (Line: 362, Col: 13): A sequence was not expected` This updates the syntax to copy the example here: https://github.com/docker/build-push-action/blob/3c507bedc4de3249e107413a7358ae1af558fd79/UPGRADE.md#L68 Uncertain if the env var parsing will work with this syntax
Showing
Please register or sign in to comment