Skip to content

Commit

Permalink
Merge pull request #518 from elezar/fix-staging-image-repo
Browse files Browse the repository at this point in the history
Remove trailing slash from staging registry
  • Loading branch information
elezar authored May 29, 2024
2 parents e4b46a0 + 533d711 commit bead6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .nvidia-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ variables:
# On the multi-arch builder we don't need the qemu setup.
SKIP_QEMU_SETUP: "1"
# Define the public staging registry
STAGING_REGISTRY: ghcr.io/nvidia/
STAGING_REGISTRY: ghcr.io/nvidia
STAGING_VERSION: ${CI_COMMIT_SHORT_SHA}
ARTIFACTORY_REPO_BASE: "https://urm.nvidia.com/artifactory/sw-gpu-cloudnative"
KITMAKER_RELEASE_FOLDER: "kitmaker"
Expand Down

0 comments on commit bead6f9

Please sign in to comment.