diff options
author | Sai Gandham <sg481n@att.com> | 2018-11-13 11:43:56 -0600 |
---|---|---|
committer | Sai Gandham <sg481n@att.com> | 2018-11-13 11:44:38 -0600 |
commit | 230727c305d88560ec9d61a7048b0194a81650e2 (patch) | |
tree | b87a132c064242b9eb64bfafacb312e2abb7434b | |
parent | f21fd8d325d0ecaef9dec95029569e496e4e29b3 (diff) |
push latest tagged aaf components3.0.1-ONAP3.0.0-ONAP2.1.8
Issue-ID: AAF-630
Change-Id: Id94ac0f77bced208795ff6329c294c31783673e3
Signed-off-by: Sai Gandham <sg481n@att.com>
-rw-r--r-- | auth/docker/dpush.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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 |