dbuild update 51/60951/1
authorInstrumental <jonathan.gathman@att.com>
Thu, 16 Aug 2018 17:48:44 +0000 (12:48 -0500)
committerInstrumental <jonathan.gathman@att.com>
Thu, 16 Aug 2018 17:48:50 +0000 (12:48 -0500)
Issue-ID: AAF-419
Change-Id: Ida21c7e0c1a7f88919cd421a8de23c5022fd7b2c
Signed-off-by: Instrumental <jonathan.gathman@att.com>
auth/docker/dpush.sh

index 8b830e6..55d2d6f 100644 (file)
@@ -13,6 +13,6 @@ 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}:lastest
+        docker push ${DOCKER_REPOSITORY}/${ORG}/${PROJECT}/aaf_${AAF_COMPONENT}:latest
         # docker push ${DOCKER_REPOSITORY}/${ORG}/${PROJECT}/aaf_${AAF_COMPONENT}:${NEW_VERSION}
 done