X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=sample-services%2Fhello-world-sme-invoker%2Fbuild.sh;fp=sample-services%2Fhello-world-sme-invoker%2Fbuild.sh;h=576b4b2d13f496a49cc26decf4ec7455b1bd3de9;hb=5e06925a6d7f0af65127770928a4aab509db4063;hp=7dc17866a34a8603c455bcd48e88e3fc8ad517e2;hpb=dafdbe531634823882261f2ce8c9cf334b579b52;p=nonrtric.git diff --git a/sample-services/hello-world-sme-invoker/build.sh b/sample-services/hello-world-sme-invoker/build.sh index 7dc17866..576b4b2d 100644 --- a/sample-services/hello-world-sme-invoker/build.sh +++ b/sample-services/hello-world-sme-invoker/build.sh @@ -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