factory ContainerRegistryDestination.fromJson(Map<String, dynamic> json) { return ContainerRegistryDestination(outputUri: json['outputUri'] ?? ''); }