We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3309d4f commit 0808996Copy full SHA for 0808996
1 file changed
docker_build.sh
@@ -90,7 +90,7 @@ echo "$alltags" >TAGS
90
91
echo "repo: https://github.com/$project/tree/$commitsha"
92
echo "https://github.com/$project/tree/$commitsha" >REPO
93
-docker build . -f "$dockerfilepath" -t "$docker_registry_prefix"/"$imagename":"$basetag" $docker_build_args
+docker build . -f "$dockerfilepath" -t "$docker_registry_prefix"/"$imagename":"$basetag" "$docker_build_args"
94
95
echo "--------------------------------------------------------------------------------------------"
96
for tag in "${tags[@]:1}"; do
0 commit comments