Hello everyone,
I hope someone can help
When I try to do a docker push to an Artifact Registry repository using GitHub Actions, I get this error:
Unauthenticated request. Unauthenticated requests do not have permission "artifact registry.repositories.upload Artifacts" on resource "projects/react-cloud-run-deploy-452614/locations/us/repositories/gcr.io" (or it may not exist)
This is the GitHub Actions YAML:
I add the following permissions in the service account gcp-github-actions@react-cloud-run-deploy-452614.iam.gserviceaccount.com:
I create also an identity pool and an identity provider
Thanks for any advice