Make Container Config Strategy
[aaf/authz.git] / auth / docker / dpush.sh
index 3c1a28f..761ae2a 100644 (file)
@@ -11,6 +11,8 @@ else
 fi
 
 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}:${NEW_VERSION}
 
 done