Hello,
I am trying to run a Cloud Build from a trigger.
Everytime I start the build it crashes when it tries to push the container image to the container registry (push gcr.io/)with the following error:
denied: Token exchange failed for project 'project'. Caller does not have permission 'storage.buckets.create'.
I checked the cloud build service user if he had the permission and he has.
I also cant find any solution on the internet for my problem.
What am I doing wrong?