]> git.frustrated-labs.net Git - frustrated-functor.dev.git/commitdiff
ci: update build script
authorAlexander Goussas <[email protected]>
Thu, 30 Apr 2026 18:35:18 +0000 (13:35 -0500)
committerAlexander Goussas <[email protected]>
Thu, 30 Apr 2026 18:35:18 +0000 (13:35 -0500)
scripts/build.sh

index 191308c3ded6803a5c5d9d48fa71d0282be0a0a7..46e65582fb46af3a05cd48d54925a937462a52c4 100755 (executable)
@@ -6,7 +6,7 @@ POSTS="$(realpath ./posts)"
 EXE='bin/blog-processor/zig-out/bin/blog_processor'
 WORKDIR="$(pwd)"
 REPO='aloussase69/site'
-TAG="$(git describe --tags)"
+TAG="$(git describe --tags --abbrev=0)"
 IMAGE="$REPO:$TAG"
 
 echo '[INFO] Building blog processor'