diff options
Diffstat (limited to 'auth/docker/dpush.sh')
-rw-r--r-- | auth/docker/dpush.sh | 1 |
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 |