This commit is contained in:
Jamie Schouten 2025-03-03 20:07:44 +01:00
parent 5b756b2828
commit 9a3ce00d9e

View File

@ -40,7 +40,7 @@ jobs:
- name: Build - name: Build
run: | run: |
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-arg $line"
fi fi