mirror of
https://codeberg.org/JasterV/docker.git
synced 2026-04-26 18:10:02 +00:00
chore: update README
This commit is contained in:
parent
25c975bfbb
commit
18926b5750
1 changed files with 1 additions and 0 deletions
|
|
@ -5,5 +5,6 @@ In this repo I define my public docker images for my own use.
|
|||
## Public images
|
||||
|
||||
+ `jasterv/rust-ci`: Based on the official `rust` image but contains additional tools that I use on all my projects: `cargo clippy`, `cargo nextest`, `cargo deny`, `cargo make`
|
||||
+ `jasterv/rust-magic-release`: Based on the official `rust:alpine` image. Runs a script that releases unpublished rust crates in topological order.
|
||||
+ `jasterv/release-plz`: Based on `alpine`. Contains a compiled version of the `release-plz` binary to use in CI/CD of rust projects.
|
||||
+ `jasterv/release-plz-update-pr`: Based on `jasterv/release-plz`. Runs `release-plz update` and automatically creates or updates a release PR with your latest changes.
|
||||
|
|
|
|||
Loading…
Reference in a new issue