diff options
author | Instrumental <jonathan.gathman@att.com> | 2018-09-25 18:19:13 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2018-09-25 18:19:21 -0500 |
commit | d17e22ec33eadf58fdb3b491a997bc98550e1ddb (patch) | |
tree | 6a1718c1009ea1ba9d27b3f8fc3eaec198d4d2c0 /auth | |
parent | 46e1b55b40b01de2db9998656ea3cb60f26cddbe (diff) |
remove latest from push
Issue-ID: AAF-517
Change-Id: Ie2065494500161739c24596df725e959e1ec592e
Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'auth')
-rw-r--r-- | auth/docker/dpush.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/auth/docker/dpush.sh b/auth/docker/dpush.sh index 38fb41de..c025e781 100644 --- a/auth/docker/dpush.sh +++ b/auth/docker/dpush.sh @@ -9,6 +9,5 @@ AAF_COMPONENTS="$(cat components) core agent config cass" 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}:latest # docker push ${DOCKER_REPOSITORY}/${ORG}/${PROJECT}/aaf_${AAF_COMPONENT}:${NEW_VERSION} done |