Improve workflow and generate CRDs
Some checks failed
Build and deploy / Build container and manifests (push) Failing after 5m37s
Some checks failed
Build and deploy / Build container and manifests (push) Failing after 5m37s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user