Conversation
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
|
Codecov Report
@@ Coverage Diff @@
## develop #1653 +/- ##
===========================================
- Coverage 76.52% 76.26% -0.26%
===========================================
Files 82 80 -2
Lines 3041 2932 -109
Branches 466 453 -13
===========================================
- Hits 2327 2236 -91
+ Misses 714 696 -18
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Description
The docs specify that
build-argsfor the Github actiondocker/build-push-action@v2should be a list, butdoing so results in an error:
The workflow is not valid. .github/workflows/release.yml (Line: 362, Col: 13): A sequence was not expectedThis 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