rafecolton / docker-builder

Docker builder builds Docker images from a friendly config file.
MIT License
80 stars 11 forks source link

Run individual push commands for each tag as opposed to pushing the repo as a whole #31

Closed rafecolton closed 10 years ago

rafecolton commented 10 years ago

https://github.com/modcloth/queued-command-runner/issues/2 needs to be done first, since trying to push a different tag is still treated as the same docker push... command

rafecolton commented 10 years ago

Also requires https://github.com/modcloth/queued-command-runner/pull/4

rafecolton commented 10 years ago

Completed