X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=auth%2Fdocker%2Fdpush.sh;h=5e9403dac6ec33f3cd7f3030d4061550330ffb77;hb=716a934340f4fb8eaf685960d2af850917a1557e;hp=38fb41deb111c02cbb100bbbeeb0a6ba0613143c;hpb=3019a289c5ccb07a48b43888fc9c9defeb53a659;p=aaf%2Fauthz.git diff --git a/auth/docker/dpush.sh b/auth/docker/dpush.sh index 38fb41de..5e9403da 100644 --- a/auth/docker/dpush.sh +++ b/auth/docker/dpush.sh @@ -4,11 +4,10 @@ # Pull in Variables from d.props . ./d.props -AAF_COMPONENTS="$(cat components) core agent config cass" +AAF_COMPONENTS="config agent core cass $(cat components) " 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