summaryrefslogtreecommitdiffstats
path: root/auth/docker/dpush.sh
diff options
context:
space:
mode:
authorInstrumental <jonathan.gathman@att.com>2018-08-16 10:59:35 -0500
committerInstrumental <jonathan.gathman@att.com>2018-08-16 11:00:53 -0500
commit479f75db0ed1cf9d69b665a5771e4e07c3801916 (patch)
tree8a193e1d425c8703dbdfc214fd4820d64e798dec /auth/docker/dpush.sh
parentff062b2bb71c2c6616c2187748e99bd071a86bf1 (diff)
Add latest tag to Docker Repo image
Issue-ID: AAF-419 Change-Id: Ib888eb2c7b0c5bbc17e5918b9fba6bb266f0f4a2 Signed-off-by: Instrumental <jonathan.gathman@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 0cfd1fc1..8b830e67 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}:lastest
# docker push ${DOCKER_REPOSITORY}/${ORG}/${PROJECT}/aaf_${AAF_COMPONENT}:${NEW_VERSION}
done