harbur / captain

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

Create user-defined tag #68

Closed dkapanidis closed 7 years ago

dkapanidis commented 7 years ago

This is quite useful for Continuous Delivery use-cases.

In order for CI systems to propagate the BUILD_NUMBER to captain they can now use '-t BUILD_NUMBER' as parameter. This will create a docker image with the specific version and push it to registry with 'captain push'