Skip to content

Releases: jamesmortensen/cache-container-images-action

v1.0.1

22 Jan 01:20
Compare
Choose a tag to compare

In some cases, the last updated time of the image is not retrieved if the action code cannot find the Go script that retrieves the information from DockerHub. This fixes this issue by moving this logic inline into the action directly and converts the code from Go to Python.

This also improves the tests to make sure there is a green and red signal in CI, in GitHub Actions, if the logic were to fail due to an update to the action. Thanks to @Borda for contributions to resolve these issues.

What's Changed

  • update GH output syntax by @Borda in #1
  • ci: use local version for PRs by @Borda in #4
  • replace go script with inline python code by @Borda in #3

New Contributors

  • @Borda made their first contribution in #1

Full Changelog: v1...v1.0.1

v1.0

01 Feb 05:57
Compare
Choose a tag to compare

Initial release with the following features:

  • Cache one or more container images pulled with podman from Docker Hub.
  • Execute workflow steps based on cache hit or miss.
  • Force a cache flush with prefix-key.
  • Works only with podman, which in most cases is a drop-in replacement for docker.