From 3c5964e68be08f7685aaa6cff63a2127a1aede28 Mon Sep 17 00:00:00 2001 From: Instrumental Date: Thu, 6 Sep 2018 15:49:25 -0500 Subject: [PATCH] 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 --- auth/docker/dpush.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.16.6