The registry to use this credential with
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/registryCredentialRegistry", "title": "registryCredentialRegistry", "type": "string", "enum": [ "GITHUB", "GITLAB", "DOCKER", "GOOGLE_ARTIFACT", "AWS_ECR" ], "description": "The registry to use this credential with" }