diff options
author | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2017-08-09 03:23:38 -0700 |
---|---|---|
committer | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2017-08-09 03:23:38 -0700 |
commit | eb8379afad8e2935cad75a64880e21df4c471a10 (patch) | |
tree | 619f2fe932ee0ec0fc2728cba9f77813104cfdde /pom.xml | |
parent | a66fe45218902f7c5039f1f24f7f66efb8ee91a4 (diff) |
Fix the docker push parameter
Fix the parameters provided to the docker spotify plugin when image must
be deployed to nexus
Change-Id: Ibf0f343e1e67b4b60348b76dfec3ea6088823470
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -616,7 +616,7 @@ <goal>push</goal> </goals> <configuration> - <imageName>onap/clamp</imageName> + <imageName>${docker.push.registry}/onap/clamp</imageName> <skipDockerPush>${skip.docker.push}</skipDockerPush> </configuration> </execution> |