diff options
author | Mohammed Naser <mnaser@vexxhost.com> | 2018-04-16 13:20:22 -0700 |
---|---|---|
committer | Mohammed Naser <mnaser@vexxhost.com> | 2018-04-16 13:23:10 -0700 |
commit | 1227efa25a23815c7c943c5d50da561bf369cd5d (patch) | |
tree | b6645f092c276b8eaf191fcdfbe365752ee46d88 /pom.xml | |
parent | 04e6b061e130c40e92e3e45c8fd1355f3c99ac29 (diff) |
Drop registry prefix from pom.xml
The registry prefix is not needed as when things get published
the maven plugin automatically prefixes them when you supply
it as part of the maven arguments.
Change-Id: I18aa3f62446b3a16924e2d3733e294bb98dd33b4
Issue-ID: CIMAN-154
Signed-off-by: Mohammed Naser <mnaser@vexxhost.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -418,7 +418,7 @@ <configuration> <verbose>true</verbose> <serverId>docker-hub</serverId> - <imageName>${docker.push.registry}/onap/${project.artifactId}</imageName> + <imageName>onap/${project.artifactId}</imageName> <dockerDirectory>${docker.location}</dockerDirectory> <imageTags> <imageTag>latest</imageTag> |