mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-03 20:36:06 -05:00
rename to ghcr
This commit is contained in:
@@ -692,10 +692,7 @@ fn validate_account_extract_registry_token(
|
||||
}
|
||||
Ok(core_config().docker_accounts.get(account).cloned())
|
||||
}
|
||||
ImageRegistry::GithubContainerRegistry(CloudRegistryConfig {
|
||||
account,
|
||||
..
|
||||
}) => {
|
||||
ImageRegistry::Ghcr(CloudRegistryConfig { account, .. }) => {
|
||||
if account.is_empty() {
|
||||
return Err(anyhow!(
|
||||
"Must attach account to use GithubContainerRegistry"
|
||||
|
||||
Reference in New Issue
Block a user