Releases: shrink/actions-docker-extract
v3.0.1
As reported by @anqqa in #28, GitHub's actions/upload-artifact
includes a breaking change in their v3 -- hiding dot files by default. Hiding dot files by default impacts this Action because the default destination
generated by this Action starts with a .
. The breaking change to this Action has been released as a patch (instead of a major version) because although it is technically a breaking change, no evidence has been found of any Workflows relying on the use of the .
whereas leaving the .
in place is likely to break Workflows that use shrink/actions-docker-extract
alongside actions/upload-artifacts
. Violating semver felt appropriate in this circumstance.
Please see #28 (comment) for further information. If this breaking change is a problem, please update your workflow to use the previous version, which remains available:
uses: shrink/[email protected]
v3.0.0
Runs action on node20.
v2.1
v2
What's Changed
- Fix examples in README by @wylieconlon in #10
- chore: Update Actions node version to
16
by @shrink in #13 - ci: Package action automatically on
release
branch by @shrink in #15
New Contributors
- @wylieconlon made their first contribution in #10
Full Changelog: v1...v2
v1
✨ Extract path from Docker Image (#1)