-
Notifications
You must be signed in to change notification settings - Fork 2
Developer guide
Isuru Liyanage edited this page Jun 28, 2021
·
3 revisions
docker build -t json-schema-store .
docker login -u <username>
docker tag json-schema-store biosamples/json-schema-store:latest
docker push biosamples/json-schema-store:latest
docker build -t schema-store .
docker login quay.io -u <username>
docker tag schema-store quay.io/ebi-ait/schema-store:1.1.0
docker push quay.io/ebi-ait/schema-store:1.1.0