Skip to content

Commit

Permalink
Merge pull request #6 from elezar/remove-gitlab-ci
Browse files Browse the repository at this point in the history
Remove gitlab ci
  • Loading branch information
elezar committed Jun 26, 2024
2 parents 051e537 + 58f4380 commit 5196dea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 63 deletions.
61 changes: 0 additions & 61 deletions .gitlab-ci.yml

This file was deleted.

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 5196dea

Please sign in to comment.