We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b4c5fb4 + 739ba9f commit 2b8a4daCopy full SHA for 2b8a4da
.common-ci.yml
@@ -332,10 +332,10 @@ release:staging-rhel9:
332
variables:
333
IN_REGISTRY: "${STAGING_REGISTRY}"
334
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"
+ OUT_REGISTRY_USER: "${NGC_REGISTRY_USER}"
+ OUT_REGISTRY_TOKEN: "${NGC_REGISTRY_TOKEN}"
+ OUT_REGISTRY: "${NGC_REGISTRY}"
+ OUT_IMAGE_NAME: "${NGC_STAGING_REGISTRY}/driver"
339
# Define the source image for the release
340
IMAGE_NAME: "${CI_REGISTRY_IMAGE}"
341
VERSION: "${CI_COMMIT_SHORT_SHA}"
0 commit comments