docker-hash
Version updated for https://github.com/RemkoMolier/docker-hash to version v0.3.1.
- 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 tool that generates a deterministic SHA-256 hash for Docker image builds by analyzing the Dockerfile content, build arguments, and files referenced via COPY/ADD instructions. It automates tasks such as change detection, cache-busting, and ensuring deterministic CI pipelines by updating the hash whenever relevant inputs are modified. This action is particularly useful for maintaining consistency and efficiency in Docker-based workflows.