push latest tagged aaf components 63/72563/1 2.1.8 3.0.0-ONAP 3.0.1-ONAP
authorSai Gandham <sg481n@att.com>
Tue, 13 Nov 2018 17:43:56 +0000 (11:43 -0600)
committerSai Gandham <sg481n@att.com>
Tue, 13 Nov 2018 17:44:38 +0000 (11:44 -0600)
Issue-ID: AAF-630
Change-Id: Id94ac0f77bced208795ff6329c294c31783673e3
Signed-off-by: Sai Gandham <sg481n@att.com>
auth/docker/dpush.sh

index b81a338..5fc439d 100644 (file)
@@ -31,4 +31,6 @@ for AAF_COMPONENT in ${AAF_COMPONENTS}; do
         $DOCKER push ${DOCKER_REPOSITORY}/${ORG}/${PROJECT}/aaf_${AAF_COMPONENT}:${VERSION}
         docker tag ${DOCKER_REPOSITORY}/${ORG}/${PROJECT}/aaf_${AAF_COMPONENT}:${VERSION} ${DOCKER_REPOSITORY}/${ORG}/${PROJECT}/aaf_${AAF_COMPONENT}:${VERSION}-latest
         docker tag ${DOCKER_REPOSITORY}/${ORG}/${PROJECT}/aaf_${AAF_COMPONENT}:${VERSION} ${DOCKER_REPOSITORY}/${ORG}/${PROJECT}/aaf_${AAF_COMPONENT}:latest
+               $DOCKER push ${DOCKER_REPOSITORY}/${ORG}/${PROJECT}/aaf_${AAF_COMPONENT}:${VERSION}-latest
+               $DOCKER push ${DOCKER_REPOSITORY}/${ORG}/${PROJECT}/aaf_${AAF_COMPONENT}:latest
 done