mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-04 09:01:00 -05:00
* feat: Print commit id in dev container build workflow * fix: Keep .git while building Qdrant binary in docker * fix: Remove redundant printing of git commit id * fix: Copy only git files first * fix: Docker build should have commit id if present * refactor: Use fewer lines of code * feat: Use git commit id from build arg * refactor: Use cleaner code * Fix string reference issue * fix: Dont print info log if commit is not set * fix: Include git commit id in release containers --------- Co-authored-by: timvisee <tim@visee.me>