Add username
This commit is contained in:
parent
71654a6fe2
commit
07e582e2be
9 changed files with 358 additions and 192 deletions
|
|
@ -488,6 +488,7 @@ fn create_test_config() -> Config {
|
|||
RegistryConfig {
|
||||
url: "https://registry-1.docker.io".to_string(),
|
||||
auth_token: None,
|
||||
username: None,
|
||||
},
|
||||
);
|
||||
registries.insert(
|
||||
|
|
@ -495,6 +496,7 @@ fn create_test_config() -> Config {
|
|||
RegistryConfig {
|
||||
url: "https://ghcr.io".to_string(),
|
||||
auth_token: None,
|
||||
username: None,
|
||||
},
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue