🐛 Displayed versions are always computed as dirty
All checks were successful
ci/woodpecker/push/dockerize Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful

This commit is contained in:
2024-04-16 23:13:19 +02:00
parent de9d2b3a8a
commit eecb46e4b8
2 changed files with 5 additions and 3 deletions

View File

@@ -10,6 +10,9 @@ ARG CARGO_INCREMENTAL=0
WORKDIR /usr/src/beau-gosse-du-92
RUN apt update \
&& apt install -y git-lfs
COPY . .
RUN /usr/local/bin/dx build -r --platform web -- -j ${JOBS_NB}