diff --git a/src/docker.go b/src/docker.go index 9c4192a..dbeff6e 100644 --- a/src/docker.go +++ b/src/docker.go @@ -669,7 +669,7 @@ func handleUpstreamTagsRequest(c *gin.Context, imageRef string, mapping Registry func createUpstreamOptions(mapping RegistryMapping) []remote.Option { options := []remote.Option{ remote.WithAuth(authn.Anonymous), - remote.WithUserAgent("ghproxy/go-containerregistry"), + remote.WithUserAgent("hubproxy/go-containerregistry"), } // 根据Registry类型添加特定的认证选项