push latest tagged aaf components
Issue-ID: AAF-630
Change-Id: Id94ac0f77bced208795ff6329c294c31783673e3
Signed-off-by: Sai Gandham <sg481n@att.com>
diff --git a/auth/docker/dpush.sh b/auth/docker/dpush.sh
index b81a338..5fc439d 100644
--- a/auth/docker/dpush.sh
+++ b/auth/docker/dpush.sh
@@ -31,4 +31,6 @@
$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