Use local git checkout so compiled artifacts are available
All checks were successful
Cargo Build & Test / Rust project - latest (stable) (push) Successful in 6m21s

This commit is contained in:
2026-07-07 23:21:27 -05:00
parent ccd5fae965
commit 8b0fa1d484
2 changed files with 2 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
FROM alpine
WORKDIR /
COPY ./target/x86_64-unknown-linux-musl/release/gpodder-rs /gpodder-rs