Closed brivu closed 1 year ago
@brivu can we have a bugfix release for this asap. I have been waiting to use 8.2.0 for a while now by using a random development build which I think is somewhat out of date soon.
@morloderex, Brian released the fix on v8.2.1.
@brivu thanks for working on this! Any idea, why this is still broken with my config? What differs from the spec in this PR is passing multiple args not only one. https://github.com/CircleCI-Public/aws-ecr-orb/issues/269 -- Highly appreciate any help 🙇
This
PR
separates the expansion of theextra-build-args
from the$@
array and expands with${ORB_EVAL_EXTRA_BUILD_ARGS:+$ORB_EVAL_EXTRA_BUILD_ARGS}
at runtime.