Skip to content

Commit

Permalink
Merge pull request #999 from NVIDIA/rm-dist-tag-suffix-2
Browse files Browse the repository at this point in the history
 drop dist tag suffix when referencing images in scan and sign jobs
  • Loading branch information
tariq1890 committed Sep 18, 2024
2 parents 710314c + e4b35a3 commit d29eab2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .nvidia-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ image:gpu-operator-validator:
stage: scan
image: "${PULSE_IMAGE}"
variables:
IMAGE: "${IMAGE_NAME}:${CI_COMMIT_SHORT_SHA}-${DIST}"
IMAGE: "${IMAGE_NAME}:${CI_COMMIT_SHORT_SHA}"
IMAGE_ARCHIVE: "gpu-operator.tar"
except:
variables:
Expand Down Expand Up @@ -196,7 +196,7 @@ release:ngc-gpu-operator-validator:
variables:
NGC_CLI_API_KEY: "${NGC_REGISTRY_TOKEN}"
IMAGE_NAME: "${NGC_REGISTRY_IMAGE}"
IMAGE_TAG: "${CI_COMMIT_TAG}-${DIST}"
IMAGE_TAG: "${CI_COMMIT_TAG}"
retry:
max: 2
before_script:
Expand Down

0 comments on commit d29eab2

Please sign in to comment.