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

Commit 422ab1d

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

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docker_build.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@ echo "$alltags" >TAGS
9090

9191
echo "repo: https://github.com/$project/tree/$commitsha"
9292
echo "https://github.com/$project/tree/$commitsha" >REPO
93-
docker build . -f "$dockerfilepath" -t "$docker_registry_prefix"/"$imagename":"$basetag" "$docker_build_args"
93+
94+
# shellcheck disable=SC2153
95+
docker build . -f "$dockerfilepath" -t "$docker_registry_prefix"/"$imagename":"$basetag" $docker_build_args
9496

9597
echo "--------------------------------------------------------------------------------------------"
9698
for tag in "${tags[@]:1}"; do

0 commit comments

Comments
 (0)