We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 984cb69 commit f7245e3Copy full SHA for f7245e3
src/scripts/docker-buildx.sh
@@ -47,6 +47,7 @@ if [ "${PARAM_SKIP_WHEN_TAGS_EXIST}" = "0" ] || [[ "${PARAM_SKIP_WHEN_TAGS_EXIST
47
fi
48
49
if [ -n "$PARAM_EXTRA_BUILD_ARGS" ]; then
50
+ PARAM_EXTRA_BUILD_ARGS=$(eval echo "${PARAM_EXTRA_BUILD_ARGS}")
51
set -- "$@" ${PARAM_EXTRA_BUILD_ARGS}
52
53
0 commit comments