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 99954b2 + 1eb065c commit 1a58392Copy full SHA for 1a58392
.nvidia-ci.yml
@@ -245,6 +245,7 @@ push-images-to-staging:
245
variables:
246
GITLAB_ACCESS_TOKEN: "${CNT_GITLAB_TOKEN}"
247
248
+ IN_IMAGE_TAG: "${CI_COMMIT_SHORT_SHA}"
249
OUT_IMAGE_TAG: "${CI_COMMIT_TAG}"
250
251
VERSION_FILE: "build-info-${CI_PIPELINE_ID}.txt"
@@ -284,7 +285,7 @@ publish-images-dummy:
284
285
- .publish-images
286
287
NGC_PUBLISHING_PROJECT_PATH: dl/container-dev/ngc-automation
- OUT_IMAGE_TAG: "${CI_COMMIT_SHORT_SHA}"
288
+ OUT_IMAGE_TAG: "publish-${CI_COMMIT_SHORT_SHA}"
289
rules:
290
- if: $CI_COMMIT_TAG == null || $CI_COMMIT_TAG == ""
291
0 commit comments