Skip to content

Commit d29eab2

Browse files
authored
Merge pull request #999 from NVIDIA/rm-dist-tag-suffix-2
drop dist tag suffix when referencing images in scan and sign jobs
2 parents 710314c + e4b35a3 commit d29eab2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.nvidia-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ image:gpu-operator-validator:
8080
stage: scan
8181
image: "${PULSE_IMAGE}"
8282
variables:
83-
IMAGE: "${IMAGE_NAME}:${CI_COMMIT_SHORT_SHA}-${DIST}"
83+
IMAGE: "${IMAGE_NAME}:${CI_COMMIT_SHORT_SHA}"
8484
IMAGE_ARCHIVE: "gpu-operator.tar"
8585
except:
8686
variables:
@@ -196,7 +196,7 @@ release:ngc-gpu-operator-validator:
196196
variables:
197197
NGC_CLI_API_KEY: "${NGC_REGISTRY_TOKEN}"
198198
IMAGE_NAME: "${NGC_REGISTRY_IMAGE}"
199-
IMAGE_TAG: "${CI_COMMIT_TAG}-${DIST}"
199+
IMAGE_TAG: "${CI_COMMIT_TAG}"
200200
retry:
201201
max: 2
202202
before_script:

0 commit comments

Comments
 (0)