diff options
author | Instrumental <jonathan.gathman@att.com> | 2018-08-16 12:48:44 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2018-08-16 12:48:50 -0500 |
commit | e92a354be569d7be3d6e11ab11e32bd78ff9227d (patch) | |
tree | a3218284b2ad9f62419b2cfc97a513ebf7c8ac9a /auth | |
parent | 427c648bc59ec9bb181c322289ce2b3ff3da095a (diff) |
dbuild update
Issue-ID: AAF-419
Change-Id: Ida21c7e0c1a7f88919cd421a8de23c5022fd7b2c
Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'auth')
-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 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 |