Fix the docker image push 95/7095/1
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Wed, 9 Aug 2017 11:12:39 +0000 (04:12 -0700)
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Wed, 9 Aug 2017 11:12:39 +0000 (04:12 -0700)
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>
pom.xml

diff --git a/pom.xml b/pom.xml
index be07e35..07297c3 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                                </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>