1
0

chore: only use api version as it is coming from the same codebase

This commit is contained in:
kolaente
2024-02-08 23:13:20 +01:00
parent aab36eb89c
commit 4a66c2202f
6 changed files with 3 additions and 22 deletions

View File

@ -28,7 +28,6 @@ RUN if [ "$USE_RELEASE" != true ]; then \
apk add --no-cache --virtual .build-deps git jq && \
git describe --tags --always --abbrev=10 | sed 's/-/+/; s/^v//; s/-g/-/' | \
xargs -0 -I{} jq -Mcnr --arg version {} '{VERSION:$version}' | \
tee src/version.json && \
apk del .build-deps; \
fi