Fix the docker push image to nexus
[clamp.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index c51948b..f35c665 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,6 @@
 
                <docker.push.registry>localhost:5000</docker.push.registry>
                <skip.docker.build>true</skip.docker.build>
-               <skip.docker.tag>true</skip.docker.tag>
                <skip.docker.push>true</skip.docker.push>
                <skip.staging.artifacts>false</skip.staging.artifacts>
 
                                                <configuration>
                                                        <image>onap/clamp</image>
                                                        <newName>${docker.push.registry}/onap/clamp</newName>
-                                                       <skipDockerTag>${skip.docker.tag}</skipDockerTag>
+                                                       <skipDockerTag>${skip.docker.push}</skipDockerTag>
                                                </configuration>
                                        </execution>
                                        <execution>