Enable cache for Bench, GoNode and SharpNode docker images for GitHub actions #41

Open
opened 2025-12-28 18:12:08 +00:00 by sami · 0 comments
Owner

Originally created by @AnnaShaleva on GitHub (Nov 3, 2023).

It takes a large amount of time to build docker images for Build and Tests GA workflows which affects the jobs success. We need:

  1. Ensure that these images are properly cached between different action runs and between different branches.
  2. If not, then enable Docker images cache. Probably, Docker buildix can help somehow, ref. https://docs.docker.com/build/cache/backends/gha/.
Originally created by @AnnaShaleva on GitHub (Nov 3, 2023). ## Is your feature request related to a problem? Please describe. It takes a large amount of time to build docker images for Build and Tests GA workflows which affects the jobs success. We need: 1. Ensure that these images are properly cached between different action runs and between different branches. 2. If not, then enable Docker images cache. Probably, Docker buildix can help somehow, ref. https://docs.docker.com/build/cache/backends/gha/.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
nspcc-dev/neo-bench#41
No description provided.