From 37eb4d174f7acca23d091444eb14909ece56e9cd Mon Sep 17 00:00:00 2001 From: Christopher Desiniotis Date: Tue, 16 Jul 2024 10:52:53 -0700 Subject: [PATCH] Use GitHub image as staging image Signed-off-by: Christopher Desiniotis --- .nvidia-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.nvidia-ci.yml b/.nvidia-ci.yml index c344c3a3..33ae6f64 100644 --- a/.nvidia-ci.yml +++ b/.nvidia-ci.yml @@ -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: registry.gitlab.com/nvidia/cloud-native/vgpu-device-manager/staging + STAGING_REGISTRY: ghcr.io/nvidia STAGING_VERSION: ${CI_COMMIT_SHORT_SHA} .image-pull: