CI/CD scripts and builds for MUSC-BRIDGE application development. Utilities are primarily deployed in Docker image available on the following registeries:
- dmri/ci-cd
- ghcr.io/muscbridge/ci-cd
Developers can build images locally with
docker buildx build -t dmri/ci-cd:test -f Dockerfile_py3.11 --platform linux/amd64 --build-arg MAKE_JOBS=8 .
All build are automatically built and published to registeries upon pushing commits to main branch.