Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 498 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 498 Bytes

ci-cd

CI/CD scripts and builds for MUSC-BRIDGE application development. Utilities are primarily deployed in Docker image available on the following registeries:

  1. dmri/ci-cd
  2. ghcr.io/muscbridge/ci-cd

Development

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 .

Deployment

All build are automatically built and published to registeries upon pushing commits to main branch.