aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>2017-08-09 04:12:39 -0700
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>2017-08-09 04:12:39 -0700
commit29ed4a92e925b2fa7de9ee53dc527547a56b6f01 (patch)
tree424d5c2d5c665121a6e7424f6b55624374942d37 /pom.xml
parenteb8379afad8e2935cad75a64880e21df4c471a10 (diff)
Fix the docker image push
Fix the missing operation TAG in spotify plugin to push the docker image Change-Id: I11fb180a51275552ee9d4ecce353b6847c62bbcb Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index be07e35b8..07297c358 100644
--- a/pom.xml
+++ b/pom.xml
@@ -610,6 +610,18 @@
</configuration>
</execution>
<execution>
+ <id>tag-image</id>
+ <phase>package</phase>
+ <goals>
+ <goal>tag</goal>
+ </goals>
+ <configuration>
+ <image>onap/clamp</image>
+ <newName>${docker.push.registry}/onap/clamp</newName>
+ <skipDockerTag>${skip.docker.tag}</skipDockerTag>
+ </configuration>
+ </execution>
+ <execution>
<id>push-image</id>
<phase>deploy</phase>
<goals>