I would like to use Google's Artifact registry to keep build artifacts from Cloud Run from cloud repo commits. When I set this up by default, the registry is using the multi-region bucket storage, which leads to traffic replication charges.
I would like the Artifact registry to use a single region to avoid replication.
I found an option to restrict the locations of Artifact registry at the level of the organization, but when I'm trying to do this for a project that doesn't belong to an organization, I get:
You need to select a resource under an organisation to manage policies.
Is there a way to convince Artifact registry to use single regions when storing build artifacts from the code repository? I know how to manually upload the artifacts with docker containers, etc. to single-region Aritfact registry directories, but I'd like to use it together with the cloud build.