Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

Commit 0808996

Browse files
authored
Update docker_build.sh
1 parent 3309d4f commit 0808996

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ echo "$alltags" >TAGS
9090

9191
echo "repo: https://github.com/$project/tree/$commitsha"
9292
echo "https://github.com/$project/tree/$commitsha" >REPO
93-
docker build . -f "$dockerfilepath" -t "$docker_registry_prefix"/"$imagename":"$basetag" $docker_build_args
93+
docker build . -f "$dockerfilepath" -t "$docker_registry_prefix"/"$imagename":"$basetag" "$docker_build_args"
9494

9595
echo "--------------------------------------------------------------------------------------------"
9696
for tag in "${tags[@]:1}"; do

0 commit comments

Comments
 (0)