From: Sai Gandham Date: Tue, 13 Nov 2018 17:43:56 +0000 (-0600) Subject: push latest tagged aaf components X-Git-Tag: 3.0.0-ONAP X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Ftags%2F3.0.0-ONAP;p=aaf%2Fauthz.git push latest tagged aaf components Issue-ID: AAF-630 Change-Id: Id94ac0f77bced208795ff6329c294c31783673e3 Signed-off-by: Sai Gandham --- diff --git a/auth/docker/dpush.sh b/auth/docker/dpush.sh index b81a3383..5fc439da 100644 --- a/auth/docker/dpush.sh +++ b/auth/docker/dpush.sh @@ -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