hywax/mafl

[BUG] Update notify

hywax opened this issue · 0 comments

Environment

Self-Hosted (Docker)

System

No response

Version

No response

Describe the problem

Now the UI shows a new version notification before push docker registry.

This is because the version is obtained from github releases. We need to redo version retrieval on the docker hub api.

May have to add a cron to not request each version on page load. And do it in the background

https://hub.docker.com/v2/repositories/hywax/mafl/tags

Additional info

No response