diff options
author | Instrumental <jonathan.gathman@att.com> | 2018-09-06 15:49:25 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2018-09-06 15:49:33 -0500 |
commit | 3c5964e68be08f7685aaa6cff63a2127a1aede28 (patch) | |
tree | 02c6f68b31bcecd6aa3b16221ba4d3c0230054ae /auth | |
parent | 6095e295c4eaef595fefe84c89233c5d87912dd7 (diff) |
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>
Diffstat (limited to 'auth')
-rw-r--r-- | auth/docker/dpush.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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} |