-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(action): Filter out pre-cached images
Only save relevant Docker images. Improve performance when run as root, e.g., in Test workflow, the Save Cache job ran for approximately 5 minutes and now runs in less than 10 seconds. The Restore Cache job ran in approximately 40 seconds and now runs in less than 10 seconds. Previously, unnecessary Docker images were saved because GitHub Actions pre-caches a standard set of Docker images when Docker runs as root; those images aren't accessible when using rootless-docker, so this change doesn't impact users of rootless-docker.
- Loading branch information
Showing
7 changed files
with
220 additions
and
76 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.