v0.2.10
nektos/actv0.2.10Jun 23, 2020by nektos-ci
AI Summary
This release focuses on optimizing Docker interactions, specifically improving file copying and volume management. It adds a command-line update for the `-W` flag and optimizes repository change caching.
Key Highlights
- Fix container volumes being reused sometimes
- Pull latest changes from ref using cached repo
- Change -W command to accept a single file
Full Release Notes
## Changelog * remove .gitignore before docker cp (#288) * Pull latest changes from ref using cached repo (#267) * Change -W command to accept a single file * Fix container volumes being reused sometimes (#283)