scriptnull / badgeit

[WIP] Hassle-free badges for your READMEs.
MIT License
3 stars 1 forks source link

push api docker image only when needed #18

Closed scriptnull closed 7 years ago

scriptnull commented 7 years ago

right now we are pushing the docker image for all the builds. But we need to push docker image for api, only if there is a change in api folder.

check https://github.com/scriptnull/badgeit/blob/master/build_docker_images.sh to contribute

scriptnull commented 7 years ago

This is done