Skip to content

Releases: ScribeMD/docker-cache

0.2.0

20 Jul 22:19
Compare
Choose a tag to compare

New Contributors

Full Changelog: 0.1.4...0.2.0

0.1.4

01 Jun 19:57
Compare
Choose a tag to compare
  • 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

21 May 18:45
Compare
Choose a tag to compare
  • Save cache on cache miss (#29).

Full Changelog: 0.1.2...0.1.3

0.1.2

23 Apr 19:18
Compare
Choose a tag to compare
  • 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

23 Apr 00:43
Compare
Choose a tag to compare

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

20 Apr 07:15
Compare
Choose a tag to compare