Adjustement of the image name 04/2304/1
authormaximesson <maxime.bonneau@est.tech>
Wed, 22 Jan 2020 08:42:17 +0000 (09:42 +0100)
committermaximesson <maxime.bonneau@est.tech>
Wed, 22 Jan 2020 09:13:19 +0000 (10:13 +0100)
Change-Id: Ie360bcaef7a97e77c074128211fc985eef64be2f
Issue-ID: NONRTRIC-78
Signed-off-by: maximesson <maxime.bonneau@est.tech>
near-rt-ric-simulator/pom.xml

index 179faf2..b423553 100644 (file)
@@ -80,7 +80,7 @@
         <inherited>false</inherited>
         <executions>
           <execution>
-            <id>push-policy-agent-image</id>
+            <id>push-near-rt-ric-simulator-image</id>
             <goals>
               <goal>build</goal>
               <goal>push</goal>
@@ -90,7 +90,7 @@
               <pushRegistry>${env.CONTAINER_PUSH_REGISTRY}</pushRegistry>
               <images>
                 <image>
-                  <name>o-ran-sc/policy-agent:${project.version}</name>
+                  <name>o-ran-sc/near-rt-ric-simulator:${project.version}</name>
                     <build>
                       <contextDir>${basedir}/ric-plt/a1</contextDir>
                       <dockerFile>Dockerfile</dockerFile>