docker-hash
Version updated for https://github.com/RemkoMolier/docker-hash to version v0.3.19.
- This action is used across all versions by 0 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
docker-hash is a Go tool that computes a SHA-256 hash of Docker images based on their Dockerfile content, build arguments, and referenced files. It helps in detecting changes to these components and can be used for cache-busting and deterministic CI pipelines.
What’s Changed
Changelog
Bug fixes
- fix(deps): update module github.com/google/go-containerregistry to v0.21.9 (#196)