Skip to content

Commit aa61ad5

Browse files
authored
Fix routes
1 parent d82c47d commit aa61ad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const routes = {
1414
"k8s.libcuda.so": "https://registry.k8s.io",
1515
"ghcr.libcuda.so": "https://ghcr.io",
1616
"cloudsmith.libcuda.so": "https://docker.cloudsmith.io",
17-
"ecr.libcuda.so": "public.ecr.aws",
17+
"ecr.libcuda.so": "https://public.ecr.aws",
1818

1919
// staging
2020
"docker-staging.libcuda.so": dockerHub,

0 commit comments

Comments
 (0)