Fix the docker push parameter
[clamp.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index c1d2626..be07e35 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                                        <goal>push</goal>
                                                </goals>
                                                <configuration>
-                                                   <imageName>onap/clamp</imageName>
+                                                   <imageName>${docker.push.registry}/onap/clamp</imageName>
                                                        <skipDockerPush>${skip.docker.push}</skipDockerPush>
                                                </configuration>
                                        </execution>