diff options
author | mukesh.paliwal <mukesh.paliwal1@huawei.com> | 2021-02-27 00:45:32 +0530 |
---|---|---|
committer | mukesh.paliwal <mukesh.paliwal1@huawei.com> | 2021-02-27 00:45:32 +0530 |
commit | da93d3476d0af17603f6610600ced78aec3cd663 (patch) | |
tree | db7db9d520ca0120226bf49f3aa31705aa221d38 /packages | |
parent | b6a6341a2ddf9ba1b437bc606481600ff0170c55 (diff) |
mso-cnf-adapter changes for docker tag name
Issue-ID: SO-3518
Signed-off-by: mukesh.paliwal <mukesh.paliwal1@huawei.com>
Change-Id: I78d4cd277b2782329ed1ebab5f5bc59117e35d9e
Diffstat (limited to 'packages')
-rwxr-xr-x | packages/docker/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/docker/pom.xml b/packages/docker/pom.xml index eaeb429..1c7c206 100755 --- a/packages/docker/pom.xml +++ b/packages/docker/pom.xml @@ -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> @@ -131,7 +131,7 @@ <goal>push</goal> </goals> <configuration> - <image>so-cnf-adapter</image> + <image>${docker.image.prefix}/so-cnf-adapter</image> </configuration> </execution> </executions> |