Binaries build by CI do not have the correct version, they should have the semantic tag, but they have the short commit id.
This is due to Drone and how it get the code from Github.
We should use DRONE_TAG instead of looking for the git commit in the Makefile.
Binaries build by CI do not have the correct version, they should have the semantic tag, but they have the short commit id.
This is due to Drone and how it get the code from Github.
We should use
DRONE_TAGinstead of looking for the git commit in the Makefile.