mirror of
https://codeberg.org/icewind/prometheus-edge-trigger.git
synced 2026-06-03 10:14:12 +02:00
allow sending mqtt messages on action
This commit is contained in:
parent
cf0a704f21
commit
eb77fa75bc
5 changed files with 742 additions and 827 deletions
|
|
@ -5,7 +5,7 @@ FROM ekidd/rust-musl-builder AS build
|
|||
ADD . ./
|
||||
RUN sudo chown -R rust:rust .
|
||||
|
||||
RUN cargo build --release --no-default-features --features rustls-tls
|
||||
RUN cargo build --release
|
||||
|
||||
FROM scratch
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue