From 3a04b04f64e853fb87ff16bcad1c82662bd83a01 Mon Sep 17 00:00:00 2001 From: Will Anderson Date: Fri, 8 May 2026 08:04:26 -0500 Subject: [PATCH] fix(ci): use semver-compatible version string for Gitea image Change GITEA_VERSION from 'neuron-' to '1.26.1-neuron.' so tea and other clients that parse the version can correctly identify it as 1.26.1-compatible and enable the full API surface. --- .gitea/workflows/build-push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-push.yaml b/.gitea/workflows/build-push.yaml index 88f6c4d649..512c5cc3f3 100644 --- a/.gitea/workflows/build-push.yaml +++ b/.gitea/workflows/build-push.yaml @@ -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 \ .