Skip to content

Commit

Permalink
Use GitHub staging registry
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Lezar <[email protected]>
  • Loading branch information
elezar committed Jun 26, 2024
1 parent 1db3f49 commit 58f4380
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 @@ -33,14 +33,14 @@ variables:
# On the multi-arch builder we don't need the qemu setup.
SKIP_QEMU_SETUP: "1"
# Define the public staging registry
STAGING_REGISTRY: registry.gitlab.com/nvidia/container-images/samples/staging
STAGING_REGISTRY: ghcr.io/nvidia
STAGING_VERSION: ${CI_COMMIT_SHORT_SHA}

.image-pull:
stage: image-build
variables:
IN_REGISTRY: "${STAGING_REGISTRY}"
IN_IMAGE_NAME: cuda-samples
IN_IMAGE_NAME: k8s-samples
IN_VERSION: "${LOWER_CASE_SAMPLE}-${STAGING_VERSION}"
OUT_REGISTRY_USER: "${CI_REGISTRY_USER}"
OUT_REGISTRY_TOKEN: "${CI_REGISTRY_PASSWORD}"
Expand Down

0 comments on commit 58f4380

Please sign in to comment.