aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
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>