This commit is contained in:
Jamie Schouten 2025-03-03 20:22:57 +01:00
parent 265b358761
commit 5e7a26d64f

View File

@ -41,6 +41,7 @@ jobs:
run: |
BUILD_ARGS=""
echo "${{ inputs.build-args }}" | while IFS= read -r line; do
echo "LINE CONTENT: $line"
if [ -n "$line" ]; then
BUILD_ARGS="$BUILD_ARGS --build-arg $line"
fi