diff --git a/.github/sync.yml b/.github/sync.yml index 18b832f..3ee3e25 100644 --- a/.github/sync.yml +++ b/.github/sync.yml @@ -42,16 +42,26 @@ group: neurobagel/apis # Workflow to build + push SEMVER Docker image on release - # workflow to build + push Docker nightly image # NOTE: Each repo needs to have a secret with the name DOCKERHUB_REPO set up # which refers to the DockerHub repository name - files: - source: template_workflows/auto_release/build_docker_on_release.yml dest: .github/workflows/build_docker_on_release.yml + repos: | + neurobagel/query-tool + neurobagel/api + neurobagel/bagel-cli + neurobagel/federation-api + neurobagel/tools + neurobagel/ui + + # Workflow to build + push Docker nightly image + # NOTE: Each repo needs to have a secret with the name DOCKERHUB_REPO set up + # which refers to the DockerHub repository name + - files: - source: template_workflows/build_docker_nightly.yml dest: .github/workflows/build_docker_nightly.yml repos: | - neurobagel/query-tool neurobagel/api neurobagel/bagel-cli neurobagel/federation-api diff --git a/template_workflows/build_docker_nightly.yml b/template_workflows/build_docker_nightly.yml index 44fb74d..8d59867 100644 --- a/template_workflows/build_docker_nightly.yml +++ b/template_workflows/build_docker_nightly.yml @@ -1,3 +1,6 @@ +# NOTE: A custom version of this template workflow is used in neurobagel/query-tool. +# Any changes to this template must be applied manually to query-tool/.github/workflows/build_docker_nightly.yml + name: build docker nightly on: