Docker Bump Action 0.2.0
Pre-release
Pre-release
Release Notes
This release brings support for Dockerfile parsing so that you no longer have to explicitly provide the name of the base image.
What's Changed
- Remove Windows support by @mthalman in #1
- Move logic to Docker image by @mthalman in #4
- Fix image name repo by @mthalman in #5
- Update entrypoint.ps1 by @mthalman in #6
- Support for referencing a Dockerfile by @mthalman in #7
- Fix variable usage in action by @mthalman in #8
- Fix script invocation by @mthalman in #9
- Volume mount the repo dir by @mthalman in #10
- Fix GITHUB_WORKSPACE ref by @mthalman in #11
- Fix image version reference by @mthalman in #12
- Fix script param name by @mthalman in #13
- Upgrade to Dredge 5 by @mthalman in #15
- Use escaped quotes for entrypoint call by @mthalman in #16
- Logging and validation improvements by @mthalman in #17
Full Changelog: v0...v0.2.0