Skip to content

CI/CD scripts and builds for MUSC-BRIDGE application development

Notifications You must be signed in to change notification settings

muscbridge/ci-cd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

CI/CD scripts and builds for MUSC-BRIDGE application development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published