diff options
author | Sai Gandham <sg481n@att.com> | 2018-06-05 21:19:43 +0000 |
---|---|---|
committer | Sai Gandham <sg481n@att.com> | 2018-06-05 21:19:50 +0000 |
commit | b85687d4ecf7a4c004e9c943d895992f0aedb116 (patch) | |
tree | 2ae71583c644289ef7935f3a6d00ef62d70aa147 /auth/docker/dpush.sh | |
parent | 93a86507e49b58bf14d28c71d4a9497527491cc5 (diff) |
Release docker version & update manifestv2.1.12.0.0-ONAP2.0.0-ONAP
Issue-ID: AAF-349
Change-Id: Ie548ca0706d5e2d35657221283f5898ca72dd26d
Signed-off-by: Sai Gandham <sg481n@att.com>
Diffstat (limited to 'auth/docker/dpush.sh')
-rw-r--r-- | auth/docker/dpush.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/docker/dpush.sh b/auth/docker/dpush.sh index c110f43d..78129796 100644 --- a/auth/docker/dpush.sh +++ b/auth/docker/dpush.sh @@ -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}:${VERSION_2.1.1} + docker push ${DOCKER_REPOSITORY}/${ORG}/${PROJECT}/aaf_${AAF_COMPONENT}:${NEW_VERSION} done |