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