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 0808996 commit 422ab1dCopy full SHA for 422ab1d
1 file changed
docker_build.sh
@@ -90,7 +90,9 @@ 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"
+
94
+# shellcheck disable=SC2153
95
+docker build . -f "$dockerfilepath" -t "$docker_registry_prefix"/"$imagename":"$basetag" $docker_build_args
96
97
echo "--------------------------------------------------------------------------------------------"
98
for tag in "${tags[@]:1}"; do
0 commit comments