fix(ci): semver-compatible version string #4

Merged
will.anderson merged 1 commits from stage into main 2026-05-08 13:06:08 +00:00
+1 -1
View File
@@ -82,7 +82,7 @@ jobs:
done
docker buildx build \
--load \
--build-arg GITEA_VERSION="neuron-$(git rev-parse --short HEAD)" \
--build-arg GITEA_VERSION="1.26.1-neuron.$(git rev-parse --short HEAD)" \
--build-arg TAGS="sqlite sqlite_unlock_notify" \
$TAGS \
.