Fix docker image name 65/8065/1
authorelinuxhenrik <henrik.b.andersson@est.tech>
Mon, 11 Apr 2022 13:59:14 +0000 (15:59 +0200)
committerelinuxhenrik <henrik.b.andersson@est.tech>
Mon, 11 Apr 2022 13:59:18 +0000 (15:59 +0200)
Issue-ID: NONRTRIC-713
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
Change-Id: Idedda2ca4d05f4e4efba71408c1e673b2c8021bd

pom.xml

diff --git a/pom.xml b/pom.xml
index 18fde28..848b6d3 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                             <pullRegistry>${env.CONTAINER_PULL_REGISTRY}</pullRegistry>
                             <images>
                                 <image>
-                                    <name>o-ran-sc/nonrtric-nonrtric-plt-dmaapadapter:${project.version}</name>
+                                    <name>o-ran-sc/nonrtric-plt-dmaapadapter:${project.version}</name>
                                     <build>
                                         <cleanup>try</cleanup>
                                         <contextDir>${basedir}</contextDir>
                             <pushRegistry>${env.CONTAINER_PUSH_REGISTRY}</pushRegistry>
                             <images>
                                 <image>
-                                    <name>o-ran-sc/nonrtric-nonrtric-plt-dmaapadapter:${project.version}</name>
+                                    <name>o-ran-sc/nonrtric-plt-dmaapadapter:${project.version}</name>
                                     <build>
                                         <contextDir>${basedir}</contextDir>
                                         <dockerFile>Dockerfile</dockerFile>