@@ -63,21 +63,21 @@ variables:
6363 - docker pull ${IN_IMAGE}:${IN_VERSION}-${DIST}
6464
6565# .mig-manager-ci-input-image sets the IN_* variables to those of the public CI registry
66- .mig-manager-public -ci-input-image :
66+ .mig-manager-source -ci-input-image :
6767 variables :
6868 IN_IMAGE : " ${SOURCE_REGISTRY}/${SOURCE_IMAGE}"
6969 IN_VERSION : " ${CI_COMMIT_SHA}"
7070
71- # .pull-mig-manager pulls the sha-tagged image from the public CI to the
71+ # .pull-source- mig-manager pulls the sha-tagged image from the public CI to the
7272# internal CI registry. This allow follow-on stages to work as if the image was
7373# built in the internal CI.
74- .pull-mig-manager :
74+ .pull-source- mig-manager :
7575 stage : pull
7676 variables :
7777 USE_DOCKER_PUSH : " yes"
7878 extends :
7979 - .pull-source-image
80- - .mig-manager-public -ci-input-image
80+ - .mig-manager-source -ci-input-image
8181 - .push-mig-manager
8282 - .mig-manager-ci-output-image
8383
@@ -121,7 +121,7 @@ variables:
121121 script :
122122 - ' echo Dist: ${DIST} ; [[ -n "${DIST}" ]] || exit 1'
123123
124- # Tag the output image (note the leading v is stripped from the VERSION)
124+ # Tag the output image
125125 - docker tag "${IN_IMAGE}:${IN_VERSION}-${DIST}" "${OUT_IMAGE}:${OUT_VERSION}-${DIST}"
126126
127127 - apk add --no-cache git
@@ -141,7 +141,7 @@ scan-ubi8:
141141
142142pull-ubi8 :
143143 extends :
144- - .pull-mig-manager
144+ - .pull-source- mig-manager
145145 - .dist-ubi8
146146
147147release-ngc-ubi8 :
@@ -161,7 +161,7 @@ scan-ubuntu20:
161161
162162pull-ubuntu20 :
163163 extends :
164- - .pull-mig-manager
164+ - .pull-source- mig-manager
165165 - .dist-ubuntu20
166166
167167release-ngc-ubuntu20 :
0 commit comments