diff options
author | sandovalfr <frank.sandoval@oamtechnologies.com> | 2019-03-14 17:07:14 -0600 |
---|---|---|
committer | sandovalfr <frank.sandoval@oamtechnologies.com> | 2019-03-14 17:09:07 -0600 |
commit | 55cba2c427b87e404fb038f48fa53cf5537237a2 (patch) | |
tree | 674b046b0bda48918d9866280b124a14e8d356ad /dbc-client/pom.xml | |
parent | 8d21e71c13ab39ec01070fedaa298ff72e62da58 (diff) |
build mutli-platform images
Issue-ID: INT-928
Change-Id: I05dcd3e7ed2c01bd74c6be4210c6e24dd4e72543
Signed-off-by: sandovalfr <frank.sandoval@oamtechnologies.com>
Diffstat (limited to 'dbc-client/pom.xml')
-rw-r--r-- | dbc-client/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dbc-client/pom.xml b/dbc-client/pom.xml index 80defc5..d0945ac 100644 --- a/dbc-client/pom.xml +++ b/dbc-client/pom.xml @@ -202,9 +202,10 @@ <verbose>${docker.verbose}</verbose> <apiVersion>${docker.apiVersion}</apiVersion> <pullRegistry>${docker.pull.registry}</pullRegistry> + <pushRegistry>${docker.push.registry}</pushRegistry> <images> <image> - <name>${onap.nexus.dockerregistry.daily}/${docker.image}</name> + <name>${docker.image}</name> <build> <cleanup>try</cleanup> <dockerFileDir>${basedir}/target/docker-stage</dockerFileDir> |