fix(ci): use semver-compatible version string for Gitea image
Build & Push Gitea image / build-push (push) Successful in 5m8s

Change GITEA_VERSION from 'neuron-<sha>' to '1.26.1-neuron.<sha>' so
tea and other clients that parse the version can correctly identify it
as 1.26.1-compatible and enable the full API surface.
This commit is contained in:
2026-05-08 08:04:26 -05:00
parent 83223bb939
commit 3a04b04f64
+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 \
.