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.
1 parent 269444e commit 508ef0cCopy full SHA for 508ef0c
.common-ci.yml
@@ -214,13 +214,18 @@ release:staging-ubi9:
214
# Triggers the downstream container-dev/ngc-automation pipeline to publish the image to NGC
215
# This stage is triggered specifically on tags
216
trigger-downstream-publishing-pipeline:
217
+ extends:
218
+ - .dist-ubi9
219
+ needs:
220
+ - release:staging-ubi9
221
stage: ngc-publish
222
rules:
223
- if: $CI_COMMIT_TAG
224
variables:
225
PROJECT_NAME: "k8s-device-plugin"
226
SOURCE_VERSION: "${CI_COMMIT_SHORT_SHA}"
227
TARGET_VERSION: "${CI_COMMIT_TAG}"
228
+ IMAGE_DIST_LIST: ",${DIST}"
229
trigger:
230
project: "dl/container-dev/ngc-automation"
231
strategy: depend
0 commit comments