From: Instrumental Date: Thu, 6 Sep 2018 20:49:25 +0000 (-0500) Subject: Add additional Images X-Git-Tag: 2.1.2~61^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;ds=sidebyside;h=3c5964e68be08f7685aaa6cff63a2127a1aede28;p=aaf%2Fauthz.git Add additional Images aaf_agent, aaf_core and aaf_config images not being pushed to Nexus Docker Repo Issue-ID: AAF-420 Change-Id: I42b421efd1b60d412f7c7a892b6d34f0f1d36bc9 Signed-off-by: Instrumental --- diff --git a/auth/docker/dpush.sh b/auth/docker/dpush.sh index d7ba9fb6..fcc36d67 100644 --- a/auth/docker/dpush.sh +++ b/auth/docker/dpush.sh @@ -4,7 +4,7 @@ # Pull in Variables from d.props . ./d.props -AAF_COMPONENTS=$(cat components) +AAF_COMPONENTS=$(cat components) core agent config for AAF_COMPONENT in ${AAF_COMPONENTS}; do # docker push ${DOCKER_REPOSITORY}/${ORG}/${PROJECT}/aaf_${AAF_COMPONENT}:${OLD_VERSION}