diff options
author | Byung-Woo Jun <byung-woo.jun@est.tech> | 2021-02-24 18:14:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-02-24 18:14:55 +0000 |
commit | d1b6d7ea0ea4d5df4291a00783343e1382978fc4 (patch) | |
tree | 7fa7ab744916283693459b5eade550c7680bbb3a | |
parent | 2750511f493d3faae6a82bb0480932bc52a06ae9 (diff) | |
parent | b2f32ceef2a877bcb530686f7b242045395521c4 (diff) |
Merge "mso-cnf-adapter changes for docker tag name Issue-ID: SO-3518"
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |