From e8e5c1bfb197f88bfa41ea23f31490423f5bb671 Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Wed, 4 Jun 2025 11:32:00 +0200 Subject: [PATCH] fix(actions): frontend image with proper tag Signed-off-by: rjshrjndrn --- .github/workflows/patch-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/patch-build.yaml b/.github/workflows/patch-build.yaml index 598d62b8d..dbdbc222b 100644 --- a/.github/workflows/patch-build.yaml +++ b/.github/workflows/patch-build.yaml @@ -214,7 +214,7 @@ jobs: # Build FOSS and EE versions build_service "$service" "$version" "$foss_build_args" - build_service "$service" "$version" "$ee_build_args" + build_service "$service" "${version}-ee" "$ee_build_args" # Build managed version for specific services if [[ "$service" != "chalice" && "$service" != "frontend" ]]; then