Replies: 1 comment 8 replies
-
Hi, thanks so much for writing this blog post. Outside of the official documentation there is very little information about using docker containers for GitHub actions out there. In your blog post you say:
Do you know if GitHub caches the docker image between workflow runs? If so, then letting the workflow rebuild the image from the Dockerfile instead of publishing the image to a registry might actually not be so bad, and it would simplify the development workflow. |
Beta Was this translation helpful? Give feedback.
-
How to use a new
cargo-generate
template that I created to author GitHub actions using Rust! Check it out here.This discussion was created from the release How to Write a GitHub Action in Rust.
Beta Was this translation helpful? Give feedback.
All reactions