Skip to content

Use actions/cache #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
FabianKoestring opened this issue Nov 29, 2019 · 3 comments
Open

Use actions/cache #1

FabianKoestring opened this issue Nov 29, 2019 · 3 comments

Comments

@FabianKoestring
Copy link

Hey there!

Nice example. Did you thought about using actions/cache to cache docker images that have to be downloaded every build?

@peter-evans
Copy link
Owner

Hi @FabianKoestring

I've been following discussions around using actions/cache for Docker, but right now I'm not aware of any nice, simple ways to use it. My attempts have ended up with a complicated solution that doesn't work in all cases. The ideal solution would probably be native support for Docker layer caching in GitHub Actions. I'll keep an eye out and update this template if a good solution arises.

@rickerp
Copy link

rickerp commented Feb 17, 2022

Hi @peter-evans any updates that you think are worth mentioning here?

@peter-evans
Copy link
Owner

Hi @rickerp

I'm not aware of any native support for Docker layer caching in GitHub Actions yet. However, I did find this third-party action. I've not tested it myself, but it looks promising.

https://github.com/satackey/action-docker-layer-caching

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants