-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Slow to start perhaps because this is a Docker container action? #54
Comments
action-detect-secrets/Dockerfile Line 1 in 85ed1bf
How about trying python:<version>-slim or python:<version>-alpine ?
|
Thank you for the quick response @shogo82148 I tried to use
But now my latest progress is that , image: docker://ghcr.io/xxx/action-detect-secrets:master the start-up process can be optimized to ~9s. The approach is actually first build and publish the image to GHCR, Will you agree with this approach and accept such PR? |
It sounds good. |
Thank you! |
Hi community,
I love this actions, but it takes almost 1 minutes to build the image to start the actions
Since one of our use case is for documentation checking, and it's a little bit slow for this use case.
How can I optimize it to make it start faster?
The text was updated successfully, but these errors were encountered: