rafecolton / docker-builder

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

If a docker push fails due to one currently in progress, the rest should still run #138

Open rafecolton opened 9 years ago

rafecolton commented 9 years ago

For example, if we're already pushing an image tagged with :master, a subsequent attempt to push the same one will fail, but in reality that build may contain a different ref and the other pushes should still be attempted.