From ad2fdf5778e70d3bfafc57dc02d3f27a3c1f888f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Piaggio?= Date: Thu, 9 Oct 2025 14:48:39 -0300 Subject: [PATCH] fix repo name in promote script --- promote.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/promote.sh b/promote.sh index cbd78e3df8..d836b5e122 100755 --- a/promote.sh +++ b/promote.sh @@ -421,7 +421,7 @@ declare -A docker_image_shas_object declare -A target_sha declare -A promote -repo["Explore"]="gemini-hlsw/explore" +repo["Explore"]="gemini-hlsw/lucuma-apps" repo["SSO"]="gemini-hlsw/lucuma-odb" image_name["SSO"]="lucuma-sso"