rename to ghcr

This commit is contained in:
mbecker20
2024-06-09 14:55:26 -07:00
parent 48e17a7c87
commit 1011ec60ab
9 changed files with 99 additions and 15 deletions

View File

@@ -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"