dockerRepository property
User managed repository created in Artifact Registry optionally with a customer managed encryption key.
This is the repository to which the function docker image will be pushed
after it is built by Cloud Build. If unspecified, GCF will create and use
a repository named 'gcf-artifacts' for every deployed region. It must
match the pattern
projects/{project}/locations/{location}/repositories/{repository}
.
Cross-project repositories are not supported. Cross-location repositories
are not supported. Repository format must be 'DOCKER'.
Optional.
Implementation
core.String? dockerRepository;