phenoscape / owlery

Owlery is a set of REST web services which allow querying of an OWL reasoner containing a configured set of ontologies.
MIT License
16 stars 11 forks source link

Proposed fix for building and deploying owlery to DockerHub #184

Closed Robbie1977 closed 2 years ago

Robbie1977 commented 2 years ago

Hope this helps

Resolves https://github.com/phenoscape/owlery/issues/166

balhoff commented 2 years ago

Thanks @Robbie1977!

balhoff commented 2 years ago

I merged to give it a try, but it seems like it's not working quite right. I'm going to disable until I have a chance to experiment more.

Robbie1977 commented 2 years ago

@balhoff you need to add the following secrets to the repo or the organisation:

DOCKER_HUB_USER
DOCKER_HUB_PASSWORD
balhoff commented 2 years ago

Okay, that make sense!