mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
correct quotes in build args
This commit is contained in:
parent
33770e263c
commit
44f75c355a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/_build_image.yml
vendored
2
.github/workflows/_build_image.yml
vendored
|
|
@ -74,7 +74,7 @@ jobs:
|
|||
# skip empty lines
|
||||
[ -n "$line" ] || continue
|
||||
BUILD_ARGS="$BUILD_ARGS --build-arg $line"
|
||||
done <<< ${{ inputs.build_args }}
|
||||
done <<< "${{ inputs.build_args }}"
|
||||
|
||||
docker build \
|
||||
-f ${{ inputs.dockerfile_path }} \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue