diff --git a/Earthfile b/Earthfile index 7b6832e..e4f607f 100644 --- a/Earthfile +++ b/Earthfile @@ -23,7 +23,7 @@ version: COPY .git .git - RUN --no-cache echo $(git describe --always --tags --dirty) > VERSION + RUN --no-cache echo $(git describe --always --tags) > VERSION ARG VERSION=$(cat VERSION) SAVE ARTIFACT VERSION VERSION