Improve workflow and generate CRDs
Some checks failed
Build and deploy / Build container and manifests (push) Failing after 5m37s

This commit is contained in:
2025-03-20 01:47:36 +01:00
parent 69588d2748
commit 5e77d8258d
6 changed files with 45 additions and 41 deletions

View File

@@ -2,6 +2,7 @@ FROM rust:1.85 AS builder
WORKDIR /usr/src/lldap-controller
ADD . .
RUN cargo install --path .
RUN ls .
FROM debian:bookworm-slim
COPY --from=builder /usr/local/cargo/bin/lldap-controller /usr/local/bin/lldap-controller