Skip to content

Commit 2b8a4da

Browse files
authored
Merge pull request #374 from NVIDIA/nvstaging_publishpath
Update precompiled driver container pipelines to stage images on nvst…
2 parents b4c5fb4 + 739ba9f commit 2b8a4da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.common-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -332,10 +332,10 @@ release:staging-rhel9:
332332
variables:
333333
IN_REGISTRY: "${STAGING_REGISTRY}"
334334
IN_IMAGE_NAME: driver
335-
OUT_REGISTRY_USER: "${CI_REGISTRY_USER}"
336-
OUT_REGISTRY_TOKEN: "${CI_REGISTRY_PASSWORD}"
337-
OUT_REGISTRY: "${CI_REGISTRY}"
338-
OUT_IMAGE_NAME: "${CI_REGISTRY_IMAGE}/staging/driver"
335+
OUT_REGISTRY_USER: "${NGC_REGISTRY_USER}"
336+
OUT_REGISTRY_TOKEN: "${NGC_REGISTRY_TOKEN}"
337+
OUT_REGISTRY: "${NGC_REGISTRY}"
338+
OUT_IMAGE_NAME: "${NGC_STAGING_REGISTRY}/driver"
339339
# Define the source image for the release
340340
IMAGE_NAME: "${CI_REGISTRY_IMAGE}"
341341
VERSION: "${CI_COMMIT_SHORT_SHA}"

0 commit comments

Comments
 (0)