issues
search
dot-base
/
icd-10-api
Rest API to search the 10th revision of the International Statistical Classification of Diseases Database.
GNU General Public License v3.0
18
stars
4
forks
source link
Feature - Docker Build and CI pipeline
#6
Closed
friedow
closed
4 years ago
friedow
commented
4 years ago
This PR adds:
Jest as a testing framework
A Github Action for building and pushing docker images to the github package
This action runs on each push to dev or master and on each created tag
Tags for the docker image are created as follows: [branch] master -> latest, [branch] dev -> next, [tag] v1.3.2 -> 1.3.2
A Github Action for running the CI pipeline on each commit.
This PR adds: