X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=auth%2Fdocker%2Fdpush.sh;h=5e9403dac6ec33f3cd7f3030d4061550330ffb77;hb=716a934340f4fb8eaf685960d2af850917a1557e;hp=fcc36d67977e059bf08f4feccd2a822aeeb128f6;hpb=45953e96436fb56b78963edb11fcc674df08db1d;p=aaf%2Fauthz.git diff --git a/auth/docker/dpush.sh b/auth/docker/dpush.sh index fcc36d67..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 +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