fern-api / fern

Input OpenAPI. Output SDKs and Docs.
https://buildwithfern.com
Apache License 2.0
2.6k stars 139 forks source link

fix(seed): registration uses image name without tag #4622

Closed armandobelardo closed 2 weeks ago

armandobelardo commented 2 weeks ago

We now use a tagless docker image name when registering the generators

This wasn't an issue because we weren't using the image lookup endpoint, but now that we're starting to, this fix is necessary

Summary

This pull request makes a minor change to the registerGenerator function in the registerGenerator.ts file.

Changes