Skip to content

Commit 8003061

Browse files
committed
fix: Update registry config type from uhub to registry.
1 parent 043cfb9 commit 8003061

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ucloud_sandbox/template/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1087,7 +1087,7 @@ def from_uhub_registry(
10871087

10881088
# Set the registry config if provided
10891089
self._registry_config = {
1090-
"type": "uhub",
1090+
"type": "registry",
10911091
"username": username,
10921092
"password": password,
10931093
}

0 commit comments

Comments
 (0)