How to reduce time cost of initializing containers on Github Actions?

Viewed 162

Here is my action progress.

enter image description here

We can see the time of initializing containers is very long.

On circle CI, the time is about 30 seconds. However in github actions, it costs twice.

How to reduce the time cost? (i.e. local Docker image, caching image, …)

0 Answers
Related