Skip to content

Files

This branch is 3 commits behind ITISFoundation/osparc-simcore:master.

ci

Continuous Integration

CI / Dockerhub setup

The osparc-simcore repository provides a Travis-CI recipe and Gihub-CI workflows that fullfills the Release Workflow and the Hotfix Workflow.

Configuration

Github Actions and/or Travis-CI should be enabled for the repository in each fork and a Dockerhub account is recommended to push the docker images generated by the CI.

Configuring your CI settings will speed up the CI process by making use of Dockerhub (or another docker registry) to move docker images between stages.

Secrets configuration

Define the following secure environment variables in your fork:

DOCKER_REGISTRY # this shall be set to your own dockerhub repository account for example: itisfoundation
DOCKER_USERNAME # the docker username
DOCKER_PASSWORD # the docker password