File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ variables:
32
32
RELEASE_DEVEL_BRANCH : " DISABLED"
33
33
DEVEL_RELEASE_IMAGE_VERSION : " devel"
34
34
# Define the public staging registry
35
- STAGING_REGISTRY : registry.gitlab.com /nvidia/container-images/driver/staging
35
+ STAGING_REGISTRY : ghcr.io /nvidia
36
36
STAGING_VERSION : " ${CI_COMMIT_SHORT_SHA}"
37
37
38
38
.image-pull-rules :
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ function sourceVersions(){
22
22
fi
23
23
24
24
if command -v regctl; then
25
- regctl image get-file registry.gitlab.com /nvidia/container-images/driver/staging /driver:base-${BASE_TARGET} -${KERNEL_FLAVOR} -${DRIVER_BRANCH} /var/kernel_version.txt kernel_version.txt
25
+ regctl image get-file ghcr.io /nvidia/driver:base-${BASE_TARGET} -${KERNEL_FLAVOR} -${DRIVER_BRANCH} /var/kernel_version.txt kernel_version.txt
26
26
else
27
27
trap " docker rm -f base-${BASE_TARGET} " EXIT
28
- docker run --pull=always -d --name base-${BASE_TARGET} -${KERNEL_FLAVOR} registry.gitlab.com /nvidia/container-images/ driver/staging/driver :base-${BASE_TARGET} -${KERNEL_FLAVOR} -${DRIVER_BRANCH}
28
+ docker run --pull=always -d --name base-${BASE_TARGET} -${KERNEL_FLAVOR} ghcr.io /nvidia/driver:base-${BASE_TARGET} -${KERNEL_FLAVOR} -${DRIVER_BRANCH}
29
29
# try 3 times every 3 seconds to get the file, if success exit the loop
30
30
for i in {1..3}; do
31
31
docker cp base-${BASE_TARGET} -${KERNEL_FLAVOR} :/var/kernel_version.txt kernel_version.txt && break
You can’t perform that action at this time.
0 commit comments