Fixing tag and push linting

Change-Id: Ie3bbc92242a7bbb73593be400a96e814f8178720
diff --git a/developer/tag_and_push.sh b/developer/tag_and_push.sh
index e82ac77..8366687 100755
--- a/developer/tag_and_push.sh
+++ b/developer/tag_and_push.sh
@@ -115,7 +115,7 @@
 
 if [[ ! -z "$registry" ]]
 then
-  images=$(echo $images | grep -v "${registry}")
+  images=$(echo "${images}" | grep -v "${registry}")
 fi
 
 for image in $(echo -e "${images}"); do