Add build args #1
@ -42,7 +42,7 @@ jobs:
|
|||||||
BUILD_ARGS=""
|
BUILD_ARGS=""
|
||||||
echo "${{ inputs.build-args }}" | while IFS= read -r line; do
|
echo "${{ inputs.build-args }}" | while IFS= read -r line; do
|
||||||
if [[ ! -z "$line" ]]; then
|
if [[ ! -z "$line" ]]; then
|
||||||
BUILD_ARGS+=" --build-arg $line"
|
BUILD_ARGS="$BUILD_ARGS --build-arg $line"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
echo "$BUILD_ARGS"
|
echo "$BUILD_ARGS"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user