remove latest from push 97/68997/1
authorInstrumental <jonathan.gathman@att.com>
Tue, 25 Sep 2018 23:19:13 +0000 (18:19 -0500)
committerInstrumental <jonathan.gathman@att.com>
Tue, 25 Sep 2018 23:19:21 +0000 (18:19 -0500)
Issue-ID: AAF-517
Change-Id: Ie2065494500161739c24596df725e959e1ec592e
Signed-off-by: Instrumental <jonathan.gathman@att.com>
auth/docker/dpush.sh

index 38fb41d..c025e78 100644 (file)
@@ -9,6 +9,5 @@ AAF_COMPONENTS="$(cat components) core agent config cass"
 for AAF_COMPONENT in ${AAF_COMPONENTS}; do
         # docker push ${DOCKER_REPOSITORY}/${ORG}/${PROJECT}/aaf_${AAF_COMPONENT}:${OLD_VERSION}
         docker push ${DOCKER_REPOSITORY}/${ORG}/${PROJECT}/aaf_${AAF_COMPONENT}:${VERSION}
-        docker push ${DOCKER_REPOSITORY}/${ORG}/${PROJECT}/aaf_${AAF_COMPONENT}:latest
         # docker push ${DOCKER_REPOSITORY}/${ORG}/${PROJECT}/aaf_${AAF_COMPONENT}:${NEW_VERSION}
 done