-
Notifications
You must be signed in to change notification settings - Fork 8
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
How to cache docker image #6
Comments
downloaded images are cached (somewhat) but here the problem is that the image is built anew each run. One way to fix this is build and upload the image to some registry, like Docker Hub, then update the |
also @krizzu, I believe you don't have to pass inputs explicitly via |
To speed up this action, one can use action caching. Another way would be to have this docker image uploaded in Docker Hub. @nyaaao what |
@krizzu I was referring to these https://github.com/Krizzu/eslint-check-action/blob/master/action.yml#L23-L27 |
Hi! I find your action really useful, but the build time lasts quite long since it downloads the image on each build. Is there a way to cache the image between builds?
Thanks!
The text was updated successfully, but these errors were encountered: