Switch to using webhook_bridge instead of lighthouse for triggering the CI.

This commit is contained in:
Tom Alexander
2024-09-29 22:31:22 -04:00
parent 841a348dd0
commit c6cde8db74
12 changed files with 188 additions and 205 deletions

View File

@@ -1,4 +1,4 @@
FROM rustlang/rust:nightly-alpine3.19 AS builder
FROM rustlang/rust:nightly-alpine3.20 AS builder
RUN apk add --no-cache musl-dev
RUN cargo install --locked --no-default-features --features ci-autoclean cargo-cache