lein-docker
lein-docker copied to clipboard
add ability to specify other tags
This addresses #4. It also allows multiple tags to be specified (for example, current version & "latest").
It does not support overriding the tag from the command line. I can add this in another commit/pr, if desired.
@sarnowski are you planning to release any time soon ? :)
Thanks for the contribution, I forked sarnowski/lein-docker to https://github.com/gorillalabs/lein-docker, integrated the PR and released [gorillalabs/lein-docker "1.3.0"].
Feel free to use that instead if you need support for multiple tags (like we do, tagging latest and a version based upon git tags using lein-v).