A simple Dokku plugin that exposes docker tag
command.
dokku plugin:install https://github.com/Yihao-G/dokku-docker-tag.git
dokku docker tag SOURCE_IMAGE[:TAG] TARGET_IMAGE[:TAG]
To learn more about the available options, see docker tag
command.
MIT