harbur / captain

Captain - Convert your Git workflow to Docker :whale: containers
MIT License
766 stars 51 forks source link

Delimiter can be passed via namespace #62

Open tomgco opened 7 years ago

tomgco commented 7 years ago

I wanted to deploy my images using a certain user and a prefix to the docker tag, however if I placed a / it was erroring.

This PR basically allows the following:

captain build -N xyz/something-

to build like so:

xyz/something-dashboard:latest
CLAassistant commented 7 years ago

CLA assistant check
All committers have signed the CLA.