X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=sample-services%2Fhello-world%2Fbuild.sh;fp=sample-services%2Fhello-world%2Fbuild.sh;h=a124724bb160e6f1250a508ebe7936c4ec77a852;hb=5e06925a6d7f0af65127770928a4aab509db4063;hp=5d1ad297660f2c296cac1068f5a33656eb0948f4;hpb=dafdbe531634823882261f2ce8c9cf334b579b52;p=nonrtric.git diff --git a/sample-services/hello-world/build.sh b/sample-services/hello-world/build.sh index 5d1ad297..a124724b 100644 --- a/sample-services/hello-world/build.sh +++ b/sample-services/hello-world/build.sh @@ -29,7 +29,7 @@ if [ $# -ne 1 ] && [ $# -ne 2 ]; then print_usage fi -IMAGE_NAME="nonrtric-sample-helloworld" +IMAGE_NAME="o-ran-sc/nonrtric-sample-helloworld" IMAGE_TAG="latest" REPO="" if [ $1 == "no-push" ]; then