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

Commit ade4738

Browse files
authored
Update docker_build.sh
1 parent 422ab1d commit ade4738

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
@@ -91,7 +91,7 @@ echo "$alltags" >TAGS
9191
echo "repo: https://github.com/$project/tree/$commitsha"
9292
echo "https://github.com/$project/tree/$commitsha" >REPO
9393

94-
# shellcheck disable=SC2153
94+
# shellcheck disable=SC2086
9595
docker build . -f "$dockerfilepath" -t "$docker_registry_prefix"/"$imagename":"$basetag" $docker_build_args
9696

9797
echo "--------------------------------------------------------------------------------------------"

0 commit comments

Comments
 (0)