I created a Project in the Google-Cloud-Console and created a container registry. Unfortunately i get this error message when pushing:
denied: Token exchange failed for project 'myProject'. Caller does not have permission 'storage.buckets.get'.
To configure permissions, follow instructions at: https://cloud.google.com/container-registry/docs/access-control
The user i use is the owner
of the project and also has the role storage admin
in the IAM. I tried the same with a service account but got the same error.