munnerz / kube-acme

Retrieve certificates for Kubernetes Ingress resources from acme servers and store as secrets
Apache License 2.0
13 stars 0 forks source link

adds support for convenient travis builds with forked repos and branches #5

Closed goblain closed 8 years ago

munnerz commented 8 years ago

I'd rather not switch to building an image and pushing to Dockerhub for each branch. In future I'm going to switch to only building and pushing an image for releases, and I don't want to push every branch I create to Dockerhub as I'm working :)

goblain commented 8 years ago

point taken, how about ability to control this with optional $DOCKER_BRANCHPUSH so that it can be explicitly enabled by travis variable ?

goblain commented 8 years ago

updated to process docker for branches only if travis variable DOCKER_MAKEBRANCH is set to true