Skip to content

Releases: shrink/actions-docker-extract

v3.0.1

06 Sep 20:28
v3.0.1
Compare
Choose a tag to compare

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

12 Sep 21:28
v3.0.0
Compare
Choose a tag to compare

Runs action on node20.

v2.1

18 Aug 21:52
v2.1
Compare
Choose a tag to compare

What's Changed

  • ✨ Add the option to specify the destination path by @EliasVal in #20

New Contributors

Full Changelog: v2.0...v2.1

v2

02 Dec 18:16
v2
Compare
Choose a tag to compare

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

Full Changelog: v1...v2

v1

29 Aug 15:23
v1
7d86f1b
Compare
Choose a tag to compare

✨ Extract path from Docker Image (#1)