Docker registry access to protected package
Description
If you build Docker image from image based other project repository (in same GitLab instance) you must set it's own CI_BUILD_TOKEN. I think it is too strict, if other project is marked as protected.
Proposal
Enable access to read for all image in registry that's project is marked as protected (maybe private in same group?) with CI_BUILD_TOKEN from another project.