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 422ab1d commit ade4738Copy full SHA for ade4738
1 file changed
docker_build.sh
@@ -91,7 +91,7 @@ echo "$alltags" >TAGS
91
echo "repo: https://github.com/$project/tree/$commitsha"
92
echo "https://github.com/$project/tree/$commitsha" >REPO
93
94
-# shellcheck disable=SC2153
+# shellcheck disable=SC2086
95
docker build . -f "$dockerfilepath" -t "$docker_registry_prefix"/"$imagename":"$basetag" $docker_build_args
96
97
echo "--------------------------------------------------------------------------------------------"
0 commit comments