okfn-brasil / querido-diario-api

This is Querido Diário's API. It provides everything the frontend does and even more!
https://queridodiario.ok.org.br/api/docs
MIT License
48 stars 32 forks source link

Publish container image when a new tag is pushed #32

Closed jvanz closed 3 years ago

jvanz commented 3 years ago

In order to publish a container image every time we change the code, let's add a create a github action to do that only when we have a version tag in the repository. We should use the version in the tag as the container image tag as well.

The current github action which we run every time a change is pushed should be changed to just run the unit tests. Remove the publish command from it.

jvanz commented 3 years ago

Done.