fake-news-detector / api

API for saving news flagging by the users
https://fake-news-detector-api.herokuapp.com/
8 stars 1 forks source link

Use public dockerhub image #20

Closed rogeriochaves closed 6 years ago

rogeriochaves commented 6 years ago

Right now the pipeline push and pulls the docker image to heroku, but that prevents other people from opening PRs and running the CI because it would require heroku authentication, example:

https://circleci.com/gh/fake-news-detector/api/40

Instead, we could pull from dockerhub, which is public