Skip to content

Commit 508ef0c

Browse files
committed
added IMAGE_DIST_LIST
1 parent 269444e commit 508ef0c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.common-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,13 +214,18 @@ release:staging-ubi9:
214214
# Triggers the downstream container-dev/ngc-automation pipeline to publish the image to NGC
215215
# This stage is triggered specifically on tags
216216
trigger-downstream-publishing-pipeline:
217+
extends:
218+
- .dist-ubi9
219+
needs:
220+
- release:staging-ubi9
217221
stage: ngc-publish
218222
rules:
219223
- if: $CI_COMMIT_TAG
220224
variables:
221225
PROJECT_NAME: "k8s-device-plugin"
222226
SOURCE_VERSION: "${CI_COMMIT_SHORT_SHA}"
223227
TARGET_VERSION: "${CI_COMMIT_TAG}"
228+
IMAGE_DIST_LIST: ",${DIST}"
224229
trigger:
225230
project: "dl/container-dev/ngc-automation"
226231
strategy: depend

0 commit comments

Comments
 (0)