Releases: ScribeMD/docker-cache
Releases · ScribeMD/docker-cache
0.2.0
New Contributors
- @mwarres made their first contribution in #49.
- @dependabot made their first contribution in #50.
Full Changelog: 0.1.4...0.2.0
0.1.4
- Separate scripts from modules to improve testability (#37).
- Upgrade Yarn from 3.2.0 to 3.2.1 (#34).
- Upgrade all Yarn dependencies to latest versions (#36).
Full Changelog: 0.1.3...0.1.4
0.1.3
- Save cache on cache miss (#29).
Full Changelog: 0.1.2...0.1.3
0.1.2
- Port from Yarn Zero-Installs to ncc since otherwise the action crashes because the dependencies aren't found (#3, cea91b6).
- Log when post step has nothing to do so that users are appraised the cache isn't being saved on cache hit (#3, 22e28a0).
- Correct path to Bash from
/usr/bin/env bash
to/usr/bin/bash
so shell commands execute successfully on GitHub-hosted runners (#3, e95a142).
Full Changelog: 0.1.1...0.1.2
0.1.1
What's Changed
- Fix Docker caching permission error by saving and loading a TAR archive, and port from composite to TypeScript action for the post step support required to save said TAR on cache miss (#2).
- Fix CI pipeline by upgrading
pre-commit-action
(#1).
Full Changelog: 0.1.0...0.1.1
0.1.0
- Cache the Docker root directory (e395b4e).
Full Changelog: https://github.com/ScribeMD/docker-cache/commits/0.1.0