From c80a7941298b9ac3dcd544b8760d75d8c4aebe56 Mon Sep 17 00:00:00 2001
From: Brandon Clayton <bclayton@usgs.gov>
Date: Thu, 9 Sep 2021 10:40:48 -0600
Subject: [PATCH] fix

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 59c4980..9f24946 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -79,7 +79,7 @@ Lint:
 
 Publish npm:
   stage: publish
-  image: ${DEVOPS_REGISTRY}usgs/node:12
+  image: ${NODE_IMAGE_NAME}
   extends: .dev-tags
   only:
     - tags@ghsc/nshmp/disagg-d3
-- 
GitLab