We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f9fc13 commit 37d549eCopy full SHA for 37d549e
pkg/fanal/image/registry/azure/azure.go
@@ -45,7 +45,7 @@ func (r *Registry) CheckOptions(domain string, _ types.RegistryOptions) (intf.Re
45
} else if strings.HasSuffix(domain, chinaAzureURL) {
46
return &RegistryClient{
47
domain: domain,
48
- scope: scope,
+ scope: chinaScope,
49
cloud: cloud.AzureChina,
50
}, nil
51
}
0 commit comments