fix(ci): use semver-compatible version string for Gitea image
Build & Push Gitea image / build-push (push) Successful in 5m8s
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:
@@ -82,7 +82,7 @@ jobs:
|
|||||||
done
|
done
|
||||||
docker buildx build \
|
docker buildx build \
|
||||||
--load \
|
--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" \
|
--build-arg TAGS="sqlite sqlite_unlock_notify" \
|
||||||
$TAGS \
|
$TAGS \
|
||||||
.
|
.
|
||||||
|
|||||||
Reference in New Issue
Block a user