Open yajo opened 12 months ago
Support the more optimized way of building docker images.
Uses isExe to differentiate between a prebuilt image or a command that spits out an image. See sources.
isExe
Hi @yajo! Thanks for the PR :100: looks good except for the small CI failure.
Oh, and bonus points if you add an entry to CHANGELOG.md. Otherwise, I'll just add it after merge.
CHANGELOG.md
All attended.
Support the more optimized way of building docker images.
Uses
isExe
to differentiate between a prebuilt image or a command that spits out an image. See sources.