I'm using docker swarm and want to be able to revert to the last image rev.
I notice that roger doesn't give the option to set the tag and just used the branch name by default. That's fine, but I also want BRANCH_NAME-REV and then update it in the swarm after the docker registry push.
How would I do this?