With Docker hubs new limits (https://docs.docker.com/docker-hub/usage/) anyone found a good way how to deal with that in public CI systems like GitHub Actions?

Pull-requests can't use secrets so can't authenticate nor able to use a proxy repo for same reason.

Comments