File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ stages:
8484 - !reference [.regctl-setup, before_script]
8585 # We ensure that the OUT_IMAGE_VERSION is set
8686 - ' echo Version: ${OUT_IMAGE_VERSION} ; [[ -n "${OUT_IMAGE_VERSION}" ]] || exit 1'
87+ - ' echo Version: ${OUT_IMAGE_NAME} ; [[ -n "${OUT_IMAGE_NAME}" ]] || exit 1'
8788 # In the case where we are deploying a different version to the CI_COMMIT_SHA, we
8889 # need to tag the image.
8990 # Note: a leading 'v' is stripped from the version if present
@@ -106,10 +107,10 @@ stages:
106107 extends :
107108 - .release
108109 variables :
109- OUT_REGISTRY_USER : " ${CI_REGISTRY_USER }"
110- OUT_REGISTRY_TOKEN : " ${CI_REGISTRY_PASSWORD }"
111- OUT_REGISTRY : " ${CI_REGISTRY }"
112- OUT_IMAGE_NAME : " ${CI_REGISTRY_IMAGE}/staging/k8s-kata-manager "
110+ OUT_REGISTRY_USER : " ${NGC_REGISTRY_USER }"
111+ OUT_REGISTRY_TOKEN : " ${NGC_REGISTRY_TOKEN }"
112+ OUT_REGISTRY : " ${NGC_REGISTRY }"
113+ OUT_IMAGE_NAME : " ${NGC_REGISTRY_STAGING_IMAGE_NAME} "
113114
114115# Define an external release step that pushes an image to an external repository.
115116.release:external :
You can’t perform that action at this time.
0 commit comments