Merge pull request #518 from elezar/fix-staging-image-repo

Remove trailing slash from staging registry
This commit is contained in:
Evan Lezar 2024-05-29 16:51:39 +02:00 committed by GitHub
commit bead6f98f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,7 @@ variables:
# On the multi-arch builder we don't need the qemu setup. # On the multi-arch builder we don't need the qemu setup.
SKIP_QEMU_SETUP: "1" SKIP_QEMU_SETUP: "1"
# Define the public staging registry # Define the public staging registry
STAGING_REGISTRY: ghcr.io/nvidia/ STAGING_REGISTRY: ghcr.io/nvidia
STAGING_VERSION: ${CI_COMMIT_SHORT_SHA} STAGING_VERSION: ${CI_COMMIT_SHORT_SHA}
ARTIFACTORY_REPO_BASE: "https://urm.nvidia.com/artifactory/sw-gpu-cloudnative" ARTIFACTORY_REPO_BASE: "https://urm.nvidia.com/artifactory/sw-gpu-cloudnative"
KITMAKER_RELEASE_FOLDER: "kitmaker" KITMAKER_RELEASE_FOLDER: "kitmaker"