summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormukesh.paliwal <mukesh.paliwal1@huawei.com>2021-02-24 11:15:57 +0530
committermukesh.paliwal <mukesh.paliwal1@huawei.com>2021-02-24 11:15:57 +0530
commitb2f32ceef2a877bcb530686f7b242045395521c4 (patch)
tree02697e26da59f799a8eaf9062eb59b9edc2a1657
parent6abd395d3358feb0ba2a9e773cef30e34d9b42b8 (diff)
mso-cnf-adapter changes for docker tag name
Issue-ID: SO-3518 Signed-off-by: mukesh.paliwal <mukesh.paliwal1@huawei.com> Change-Id: Ic244ce1ed4003e7d2d8eba3ae801d29130b710d7
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index c38b60b..4a3afdf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,13 +147,13 @@
<goal>exec</goal>
</goals>
<configuration>
- <dockerFile>Dockerfile.so-cnf-adapter</dockerFile>
+ <dockerFile>Dockerfile</dockerFile>
<executable>docker</executable>
<workingDirectory>${project.basedir}</workingDirectory>
<arguments>
<argument>build</argument>
<argument>-t</argument>
- <argument>onap/so/${project.artifactId}:${project.version}</argument>
+ <argument>${project.artifactId}:${project.version}</argument>
<argument>.</argument>
</arguments>
<buildArgs>