Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MNT] Remove query-tool from repos to receive synced Docker nightly workflow #121

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions .github/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions template_workflows/build_docker_nightly.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down