Open yatharthranjan opened 3 years ago
@Hsankesara take a look at https://github.com/covid-collab/RADAR-PushEndpoint/blob/79e6f7e870d40f185b2a2cb0564e9c3b371e8b85/.github/workflows/release.yml#L45 this for building docker images in GitHub and pushing to docker hub. I can add the DOCKERHUB_USERNAME
and DOCKERHUB_TOKEN
secrets to this repo so it has auth to push images. Image names can be radarbase/model-invocation-endpoint
and radarbase/model-builder
.
Sure, will do it.
Automated docker builds need to be setup (master, dev and tags) either using docker hub or github actions can push to docker hub. These need to be set up for both model builder and invocation endpoint (this is more important). It will be useful for deploying and also integration testing with other components.