git » sdk » commit f947787

Fetch git tags before build

author Stephen Paul Weber
2026-05-27 15:49:23 UTC
committer Stephen Paul Weber
2026-05-27 15:49:23 UTC
parent cb27fd867467d80f1b2ffab53e363c9111e1be5f

Fetch git tags before build

build-misc/Containerfile.image +1 -0

diff --git a/build-misc/Containerfile.image b/build-misc/Containerfile.image
index 4c7dd34..6a974e4 100644
--- a/build-misc/Containerfile.image
+++ b/build-misc/Containerfile.image
@@ -84,6 +84,7 @@ RUN cd npm && npm install && npm install @playwright/test @sqlite.org/sqlite-was
 RUN ln -s npm/node_modules node_modules
 
 COPY . /usr/src/sdk/
+RUN git fetch --tags
 
 RUN make ci