Fixing docker image name for hello world services
[nonrtric.git] / sample-services / hello-world-sme-invoker / hello-world-sme-invoker-build-start.sh
index e4a2ede..a20bd35 100644 (file)
@@ -21,7 +21,7 @@
 #
 
 NAME="hello-world-sme-invoker"
-IMAGE_NAME="nonrtric-sample-helloworld-sme-invoker"
+IMAGE_NAME="o-ran-sc/nonrtric-sample-helloworld-sme-invoker"
 
 docker build -t $IMAGE_NAME:latest .