From 5ee9050a86a8772fc1480bf54db7467513637b18 Mon Sep 17 00:00:00 2001 From: JohnKeeney Date: Wed, 20 Mar 2024 11:29:41 +0000 Subject: [PATCH] NONRTRIC Fix typo in docker image name of new sample uService Change-Id: I725de805f70063d3a753f05d18fff0205a5f968e Signed-off-by: JohnKeeney Issue-ID: NONRTRIC-965 --- jjb/nonrtric/nonrtric.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/nonrtric/nonrtric.yaml b/jjb/nonrtric/nonrtric.yaml index 53352fb2..febd57b4 100644 --- a/jjb/nonrtric/nonrtric.yaml +++ b/jjb/nonrtric/nonrtric.yaml @@ -103,7 +103,7 @@ name: nonrtric-sample-helloworld project-name: "{name}" # image name - docker-name: "o-ranc-sc/nonrtric-sample-helloworld" + docker-name: "o-ran-sc/nonrtric-sample-helloworld" # Directory with Dockerfile docker-root: "sample-services/hello-world" # Limit build trigger to appropriate files -- 2.16.6