aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Earthfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Earthfile b/Earthfile
index 124fddf..5002c36 100644
--- a/Earthfile
+++ b/Earthfile
@@ -27,7 +27,7 @@ everything:
FROM +deps
COPY . .
- ARG VERSION=$(git describe --tags)
+ ARG VERSION=$(git describe --tags --always --dirty)
RUN mkdir -p bin
RUN --mount=type=cache,target=/root/.cache GOBIN=$(pwd)/bin go install -ldflags="-X within.website/x.Version="${VERSION} ./...