From: Alexander Goussas Date: Thu, 30 Apr 2026 18:35:18 +0000 (-0500) Subject: ci: update build script X-Git-Tag: v0.0.3~2 X-Git-Url: http://git.frustrated-labs.net/?a=commitdiff_plain;h=ac96ff8b12636d6565453ad8ae73c9cc780012dc;p=frustrated-functor.dev.git ci: update build script --- diff --git a/scripts/build.sh b/scripts/build.sh index 191308c..46e6558 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -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'