CGA1123/slugcmplr

Default to using an image that matches the build tag or commit (?)

CGA1123 opened this issue · 1 comments

The compile sub-command (when run without --local) will pick up an appropriate image for the stack (e.g ghcr.io/cga1123/slugcmplr:heroku-20).

In order to ensure backwards compatibility when release new version (especially those that might have breaking changes!) the command should probably be a little bit more picky, choosing an image that matches the tag/build version of the locally invoking binary.

Docker implementation has been ripped out.