fix syntax

This commit is contained in:
Jamie Schouten 2025-03-03 20:10:02 +01:00
parent 9a3ce00d9e
commit b4ae8dae1c

View File

@ -42,7 +42,7 @@ jobs:
BUILD_ARGS=""
echo "${{ inputs.build-args }}" | while IFS= read -r line; do
if [[ ! -z "$line" ]]; then
BUILD_ARGS+=" --build-arg $line"
BUILD_ARGS="$BUILD_ARGS --build-arg $line"
fi
done
echo "$BUILD_ARGS"