From aa61ad58cfe6fda4c53cd011d952d8654d5445ad Mon Sep 17 00:00:00 2001 From: Yisheng Cai Date: Tue, 25 Jun 2024 03:14:44 +0800 Subject: [PATCH] Fix routes --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index ab1c7ca..97b0885 100644 --- a/src/index.js +++ b/src/index.js @@ -14,7 +14,7 @@ const routes = { "k8s.libcuda.so": "https://registry.k8s.io", "ghcr.libcuda.so": "https://ghcr.io", "cloudsmith.libcuda.so": "https://docker.cloudsmith.io", - "ecr.libcuda.so": "public.ecr.aws", + "ecr.libcuda.so": "https://public.ecr.aws", // staging "docker-staging.libcuda.so": dockerHub,