devcontainers / ci

A GitHub Action and Azure DevOps Task designed to simplify using Dev Containers (https://containers.dev) in CI/CD systems.
MIT License
350 stars 56 forks source link

Add `cacheTo` argument to `ci` action #299

Open sebst opened 2 months ago

sebst commented 2 months ago

When building a devcontainer image using the ci action, I want to be able to generate a cache image, so that this can be used by other developers for faster devcontainer build times.