Google Cloud Build
Steps to be followed:
Login to your GCP console
Create a Service Account with the following permissions
Generate a Service Key mapped to the Service Account
Upload the Service Key to save the GCR instance as a provider
Permissions:
cloudbuild.builds.get
cloudbuild.builds.list
cloudbuild.builds.create
cloudbuild.builds.update
Last updated