From 8b2dff8bc59875e540e21cdc48b3bd0f74b188d1 Mon Sep 17 00:00:00 2001 From: chahatsagarmain Date: Sat, 16 Nov 2024 00:54:09 +0530 Subject: [PATCH] fix Signed-off-by: chahatsagarmain --- scripts/build-hotrod-image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build-hotrod-image.sh b/scripts/build-hotrod-image.sh index d014eff9953..08608f47110 100755 --- a/scripts/build-hotrod-image.sh +++ b/scripts/build-hotrod-image.sh @@ -143,7 +143,7 @@ if [[ "${runtime}" == "k8s" ]]; then else echo '::group:: docker compose' - JAEGER_VERSION=$GITHUB_SHA REGISTRY="localhost:5000/" docker compose -f "$docker_compose_file" up -d + JAEGER_VERSION=$GITHUB_SHA HOTROD_VERSION=$GITHUB_SHA REGISTRY="localhost:5000/" docker compose -f "$docker_compose_file" up -d echo '::endgroup::' fi