-
Notifications
You must be signed in to change notification settings - Fork 17
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
Build step takes a long time, each time #2
Comments
To speed up the process, I've tried to prebuild the action. Pulling the image only takes 2s instead of 42s when building it! |
To understand the problem, see nev7n/wait_for_response#2. To understand the solution, see https://stackoverflow.com/questions/75823319. Please note, that due to this optimization, a synchronization had to be added (`test: needs: build`). Hence the whole workflow was not significantly optimized. However this commit will have a global effect when pulling CouchDB image is also optimized.
Here is the solution I adopted: https://hub.docker.com/repository/docker/benel/wait-for-response/general |
I don't have a docker login, so I can't see, but I still appreciate the effort. 😄 |
Oops, sorry @alexschrod Wrong URI. |
The
Build nev7n/wait_for_response@v1
step adds about a minute to each run, it'd be great if there was a way it could be cached between runs so you only have to build once unless something changes.The text was updated successfully, but these errors were encountered: