-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I wanted to test some caching using Docker and GitHub Actions. This post goes through several strategies. As a complement, this post sets the cache using the cache action. The strategies that were tested were:
- No caching, just pulling an image with all
Rdependencies. - Using an earlier cache action,
ScribeMD/docker-cache@0.2.1. - Using the cache action and the
docker saveanddocker loadcommands. - Using the Docker builder (
buildx) so that Docker layering is used and thedocker loadcommand.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels