brain-bican / taxonomy-development-tools

Tools to build and edit Cell Annotation Schema taxonomies.
Apache License 2.0
3 stars 1 forks source link

Docker version management fixing #168

Closed hkir-dev closed 3 months ago

hkir-dev commented 5 months ago

run.sh is pointing to the latest docker version of the TDT. This makes hard to manage versions in the taxonomy repositories. If a user's local TDT version is older than the version of the taxonomy repo, this is causing many problems and it is hard to identify the issue.

Proposed solution: Docker release action should read the release tag and update:

in the main branch (and action checked out copy). Then, it can continue with the release as usual.

hkir-dev commented 5 months ago

Upgrade functionality should be reviewed to delete all existing versions.