docker-hash
Version updated for https://github.com/RemkoMolier/docker-hash to version v0.3.21.
- 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
The Docker Hash Action computes a deterministic SHA-256 hash for a Docker image build based on the Dockerfile content, build arguments, and referenced files in the build context. It helps with cache-busting, change detection, and deterministic CI pipelines by ensuring that the hash changes when these factors change.
What’s Changed
Changelog
Bug fixes
- fix(deps): update module github.com/google/go-containerregistry to v0.22.0 (#204)