leptos-rs / cargo-leptos

Build tool for Leptos (Rust)
MIT License
314 stars 87 forks source link

Added dockerfile and workflow to push to dockerhub #244

Open rakshith-ravi opened 3 months ago

rakshith-ravi commented 3 months ago

I have the dockerhub credentials. Need access to the secrets to add it

rakshith-ravi commented 3 months ago

What is cargo dist and why does it not like me? 😆

benwis commented 3 months ago

What is cargo dist and why does it not like me? 😆

cargo-dist is responsible for packaging all of our binaries for releases. I'm guessing it doesn't like you because that action is generated by it, you'd probably want to do it in a different one