mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-01-30 13:59:27 +00:00
The tags created automatically for published Github releases are probably not annotated, so by simply running `git describe` we are not getting the correct tag. Use a `git describe --tags` to allow git to look at all tags, not just annotated ones. Signed-off-by: Anastassios Nanos <ananos@nubificus.co.uk>