From: Instrumental Date: Thu, 16 Aug 2018 17:48:44 +0000 (-0500) Subject: dbuild update X-Git-Tag: 2.1.2~92 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=e92a354be569d7be3d6e11ab11e32bd78ff9227d;p=aaf%2Fauthz.git dbuild update Issue-ID: AAF-419 Change-Id: Ida21c7e0c1a7f88919cd421a8de23c5022fd7b2c Signed-off-by: Instrumental --- diff --git a/auth/docker/dpush.sh b/auth/docker/dpush.sh index 8b830e67..55d2d6f0 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}:lastest + docker push ${DOCKER_REPOSITORY}/${ORG}/${PROJECT}/aaf_${AAF_COMPONENT}:latest # docker push ${DOCKER_REPOSITORY}/${ORG}/${PROJECT}/aaf_${AAF_COMPONENT}:${NEW_VERSION} done