From 228abe6501194899db691c9060f504d7148f7b7c2eb527db8ac13f9b94c25a42 Mon Sep 17 00:00:00 2001 From: Nicolas Belouin Date: Tue, 22 Oct 2024 12:24:00 +0200 Subject: [PATCH] Fix issue with img_prefix Signed-off-by: Nicolas Belouin --- akri-agent-image/_service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akri-agent-image/_service b/akri-agent-image/_service index 67e931d..f23b144 100644 --- a/akri-agent-image/_service +++ b/akri-agent-image/_service @@ -9,7 +9,7 @@ Dockerfile - IMG_PREFIX=$(rpm --macros=/root/.rpmmacros -E %img_prefix) + IMG_PREFIX=$(rpm --macros=/root/.rpmmacros -E %{?img_prefix}) IMG_PREFIX IMG_REPO=$(rpm --macros=/root/.rpmmacros -E %img_repo) IMG_REPO