clingen-data-model / curator

0 stars 0 forks source link

Adds a github action for building the docker image on merges to master #10

Closed sjahl closed 3 years ago

sjahl commented 3 years ago

This will trigger a docker build and push it to GCR on updates to the master branch (both PR merges and direct commits to master will trigger this). Closes #5 .

This assumes that we have a Dockerfile in the root of the repository, so I think the other open PR has to merge first.

I still need to create the GCR service account, generate the key, and add it to this repository's Secrets in the settings.

Two things: