From 697a21b6a1d3206603a35bfcfd28cd26af827e2f Mon Sep 17 00:00:00 2001
From: Brandon Clayton <bclayton@usgs.gov>
Date: Fri, 21 Feb 2025 13:42:29 -0700
Subject: [PATCH] fix needs

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f9ade70e9..7e7f1c29e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -273,7 +273,7 @@ Trigger AWS Deployment:
     - *staging-env
     - *production-env
   needs:
-    - Code Registry
+    - Container Registry
   script:
     - |
       if [ "${ENVIRONMENT}" == 'production' ]; then
-- 
GitLab