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 6a18c48 + 6cccb0e commit 4f98c01Copy full SHA for 4f98c01
.nvidia-ci.yml
@@ -165,10 +165,7 @@ scan-images:
165
variables:
166
IMAGE: "${CI_REGISTRY_IMAGE}/container-toolkit:${CI_COMMIT_SHORT_SHA}"
167
IMAGE_ARCHIVE: "container-toolkit-${CI_JOB_ID}.tar"
168
- rules:
169
- - if: $IGNORE_SCANS == "yes"
170
- allow_failure: true
171
- - when: on_success
+ allow_failure: true
172
script:
173
- |
174
docker login -u "${CI_REGISTRY_USER}" -p "${CI_REGISTRY_PASSWORD}" "${CI_REGISTRY}"
@@ -292,4 +289,3 @@ publish-images-dummy:
292
289
OUT_IMAGE_TAG: "publish-${CI_COMMIT_SHORT_SHA}"
293
290
rules:
294
291
- if: $CI_COMMIT_TAG == null || $CI_COMMIT_TAG == ""
295
-
0 commit comments