diff --git a/internal/manifest/manifest.go b/internal/manifest/manifest.go index 4e1bcac..1791001 100644 --- a/internal/manifest/manifest.go +++ b/internal/manifest/manifest.go @@ -364,11 +364,6 @@ func hostSupportsNestedRepositories(host string) bool { return false } - // GHCR.io - if strings.Contains(host, "ghcr.io") { - return false - } - // Docker Registry (Docker Hub) // An empty host is assumed to be Docker Hub. if strings.Contains(host, "docker.io") || host == "" {