Fixing docker image name for hello world services
[nonrtric.git] / sample-services / hello-world-sme-invoker / build.sh
index 7dc1786..576b4b2 100644 (file)
@@ -29,7 +29,7 @@ if [ $# -ne 1 ] && [ $# -ne 2 ]; then
     print_usage
 fi
 
-IMAGE_NAME="nonrtric-sample-helloworld-sme-invoker"
+IMAGE_NAME="o-ran-sc/nonrtric-sample-helloworld-sme-invoker"
 IMAGE_TAG="latest"
 REPO=""
 if [ $1 == "no-push" ]; then