Correct Dockerhub Version Tags
jack1902 opened this issue · 0 comments
jack1902 commented
Is your feature request related to a problem? Please describe.
Everytime we do a release, we need to manually ammend a manifest
file
Describe the solution you'd like
The Dockerhub Build magically generates the relevant versions using something like git describe --abbrev=0 --tags
to get the latest tag at build time
Describe alternatives you've considered
Manually editing it via PRs