mso-cnf-adapter changes for docker tag name 25/118625/1
authormukesh.paliwal <mukesh.paliwal1@huawei.com>
Fri, 26 Feb 2021 19:15:32 +0000 (00:45 +0530)
committermukesh.paliwal <mukesh.paliwal1@huawei.com>
Fri, 26 Feb 2021 19:15:32 +0000 (00:45 +0530)
Issue-ID: SO-3518

Signed-off-by: mukesh.paliwal <mukesh.paliwal1@huawei.com>
Change-Id: I78d4cd277b2782329ed1ebab5f5bc59117e35d9e

packages/docker/pom.xml

index eaeb429..1c7c206 100755 (executable)
@@ -74,7 +74,7 @@
                             </build>
                         </image>
                         <image>
-                            <name>so-cnf-adapter</name>
+                            <name>${docker.image.prefix}/so-cnf-adapter</name>
                             <build>
                                 <cleanup>try</cleanup>
                                 <dockerFile>docker-files/Dockerfile.so-app</dockerFile>
                             <goal>push</goal>
                         </goals>
                         <configuration>
-                            <image>so-cnf-adapter</image>
+                            <image>${docker.image.prefix}/so-cnf-adapter</image>
                         </configuration>
                     </execution>
                 </executions>