-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ORT Server version information is wrong #1610
Comments
The tagged images at least show the correct versions, e.g.:
|
Sorry, where exactly are these correct versions shown? |
In the UI about screen. |
Ah, ok. So it's correct (for you) when using a tagged image exactly. It's probably wrong for us when deploying |
I just tested with the most recent image and see the same problem. Could the fix be to make sure that the Docker build job fetches the tags from the repository? Because my local builds work correctly. |
Set `fetch-depth` to `0` to checkout the whole commit history including tags. This is required to correctly calculate the ORT Server version. Fixes #1610. Signed-off-by: Martin Nonnenmacher <[email protected]>
I guess so, yes. |
Set `fetch-depth` to `0` to checkout the whole commit history including tags. This is required to correctly calculate the ORT Server version. Fixes #1610. Signed-off-by: Martin Nonnenmacher <[email protected]>
Although the latest tag is 0.1.0-RC6, both the recently published images and the UI display something prefixed with "0.0.1-RC.001..."
The SHA1s seem to be recent, though.
The text was updated successfully, but these errors were encountered: