Fixed version string
Some checks failed
Build and deploy / Build container and manifests (push) Failing after 4m1s

This commit is contained in:
2025-04-18 12:01:47 +02:00
parent 7fb8cb9c60
commit 7baa265c44
5 changed files with 19 additions and 10 deletions

View File

@@ -14,6 +14,9 @@ ENV RUSTC_BOOTSTRAP=1
RUN cargo chef cook --release --recipe-path recipe.json
COPY . .
ARG RELEASE_VERSION
ENV RELEASE_VERSION ${RELEASE_VERSION}
# HACK: Enable the use of features on stable
ENV RUSTC_BOOTSTRAP=1
RUN cargo auditable build --release