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 <jonathan.gathman@att.com>
diff --git a/auth/docker/dpush.sh b/auth/docker/dpush.sh
index d7ba9fb..fcc36d6 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}