From 99b3bdef0bbb5e6b2eb75be74d44cf8f4922e34f Mon Sep 17 00:00:00 2001 From: Shubham Chaudhary Date: Thu, 15 Oct 2020 22:48:10 +0530 Subject: [PATCH] fix(push): fixing the push script (#12) Signed-off-by: shubhamchaudhary --- chaos-test/buildscripts/push | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chaos-test/buildscripts/push b/chaos-test/buildscripts/push index 0ac3db0..dae326a 100755 --- a/chaos-test/buildscripts/push +++ b/chaos-test/buildscripts/push @@ -12,7 +12,7 @@ then exit 1 fi -IIMAGEID=$( sudo docker images -q ${REPONAME}/${IMGNAME}:${IMGTAG} ) +IMAGEID=$( sudo docker images -q ${REPONAME}/${IMGNAME}:${IMGTAG} ) if [ ! -z "${DNAME}" ] && [ ! -z "${DPASS}" ]; then