From ac96ff8b12636d6565453ad8ae73c9cc780012dc Mon Sep 17 00:00:00 2001 From: Alexander Goussas Date: Thu, 30 Apr 2026 13:35:18 -0500 Subject: [PATCH] ci: update build script --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.43.0