rust

How to generate a Docker image for a Rust project using GitHub Actions

10 minute read Published: 2023-10-25

In this article we are going through how to generate a Docker image for a Rust project, using web framework Rocket, with GitHub Actions.

It’s very straight forward. But I will go step by step here in case you haven’t touched Docker or GitHub Actions before.