Include git based version
Some checks failed
Build and deploy / Build container and manifests (push) Failing after 4m26s

This commit is contained in:
2025-04-18 15:20:36 +02:00
parent d602220c4b
commit 1776dbda16
8 changed files with 50 additions and 11 deletions

View File

@@ -13,7 +13,8 @@ COPY --from=planner /app/recipe.json recipe.json
RUN cargo chef cook --release --recipe-path recipe.json
COPY . .
ENV RUSTC_BOOTSTRAP=1
ARG RELEASE_VERSION
ENV RELEASE_VERSION=${RELEASE_VERSION}
RUN cargo auditable build --release
FROM gcr.io/distroless/cc-debian12:nonroot AS runtime