Skip to content

Commit 1a58392

Browse files
authored
Merge pull request #1188 from elezar/fix-publish
[no-relnote] Fix type in publish script
2 parents 99954b2 + 1eb065c commit 1a58392

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.nvidia-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ push-images-to-staging:
245245
variables:
246246
GITLAB_ACCESS_TOKEN: "${CNT_GITLAB_TOKEN}"
247247

248+
IN_IMAGE_TAG: "${CI_COMMIT_SHORT_SHA}"
248249
OUT_IMAGE_TAG: "${CI_COMMIT_TAG}"
249250

250251
VERSION_FILE: "build-info-${CI_PIPELINE_ID}.txt"
@@ -284,7 +285,7 @@ publish-images-dummy:
284285
- .publish-images
285286
variables:
286287
NGC_PUBLISHING_PROJECT_PATH: dl/container-dev/ngc-automation
287-
OUT_IMAGE_TAG: "${CI_COMMIT_SHORT_SHA}"
288+
OUT_IMAGE_TAG: "publish-${CI_COMMIT_SHORT_SHA}"
288289
rules:
289290
- if: $CI_COMMIT_TAG == null || $CI_COMMIT_TAG == ""
290291

0 commit comments

Comments
 (0)