Hi! I'm trying to publish my own docker container image to GCR (following the instruction Doc#11558) and getting error:
denied: Token exchange failed for project [PROJECT-ID]. Caller does not have permission 'storage.buckets.create'. To configure permissions, follow instructions at: https://cloud.google.com/container-registry/docs/access-control
The suggested instruction doesn't help and actually, I could push the same container to the other project of the same account. Could you help to solve this problem? Thanks!