diff --git a/docker_build.sh b/docker_build.sh index c7b1afd..9a16e90 100755 --- a/docker_build.sh +++ b/docker_build.sh @@ -91,7 +91,7 @@ echo "$alltags" >TAGS echo "repo: https://github.com/$project/tree/$commitsha" echo "https://github.com/$project/tree/$commitsha" >REPO -# shellcheck disable=SC2153 +# shellcheck disable=SC2086 docker build . -f "$dockerfilepath" -t "$docker_registry_prefix"/"$imagename":"$basetag" $docker_build_args echo "--------------------------------------------------------------------------------------------"