You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: cache docker layers and avoid re-downloading them for each job
Sometimes the CI fails because Docker doesn't respond.
It could be because we download many docker images in every
job and we have 58 jobs now.
With this commit, the image layers will be downloaded
during nightly builds and cached.
Signed-off-by: Salvatore Mesoraca <[email protected]>
0 commit comments