summaryrefslogtreecommitdiffstats
path: root/auth/docker/dpush.sh
diff options
context:
space:
mode:
authorSai Gandham <sg481n@att.com>2018-06-05 20:31:51 +0000
committerSai Gandham <sg481n@att.com>2018-06-05 20:31:59 +0000
commit4092fa84c2af69b58c8a7ba2893f54824169ed29 (patch)
tree261e0cb95379801abb2ef73b436e7de0270ee207 /auth/docker/dpush.sh
parent42d6eff8b584adbbe4e9b13fe3244d02723b37c7 (diff)
Release docker version & update manifest
Rlease aaf 2.1.1 version and update manifest file in integration project Issue-ID: AAF-349 Change-Id: Iadbca84f4b192dbef6b5a975dfb44d7df470a1e5 Signed-off-by: Sai Gandham <sg481n@att.com>
Diffstat (limited to 'auth/docker/dpush.sh')
-rw-r--r--auth/docker/dpush.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/auth/docker/dpush.sh b/auth/docker/dpush.sh
index 8d0c2f6d..c110f43d 100644
--- a/auth/docker/dpush.sh
+++ b/auth/docker/dpush.sh
@@ -13,5 +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}
done