We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52e8aa9 commit 1d01bb4Copy full SHA for 1d01bb4
crates/wasm-pkg-client/src/oci/mod.rs
@@ -112,8 +112,7 @@ impl OciBackend {
112
));
113
}
114
115
- let server_url = format!("https://{}", self.oci_registry);
116
- match docker_credential::get_credential(&server_url) {
+ match docker_credential::get_credential(&self.oci_registry) {
117
Ok(DockerCredential::UsernamePassword(username, password)) => {
118
return Ok(RegistryAuth::Basic(username, password));
119
0 commit comments