From 2105fca189ed28a0ae7bd7dbf794048432f34de5 Mon Sep 17 00:00:00 2001 From: Armando Diaz Date: Fri, 5 Dec 2025 17:53:15 -0600 Subject: [PATCH] add npm repo --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 076ed69..f6703c4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -54,6 +54,7 @@ publish: script: - | buildah build \ + --build-arg NPM_REGISTRY=https://deps.global.bsf.tools/artifactory/api/npm/registry.npmjs.org/ \ --tag ${IMAGE_NAME}:${CI_COMMIT_SHORT_SHA} \ --tag ${IMAGE_NAME}:${CI_COMMIT_REF_SLUG} \ --tag ${IMAGE_NAME}:latest \