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

chore: apply org change bihealth => varfish-org #46

Merged
merged 3 commits into from
Feb 2, 2024
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
*.yml
.github/workflows/*.yml

- name: Setup formatting environment
- name: Setup linting environment
uses: mamba-org/setup-micromamba@v1
with:
environment-file: environment.yml
Expand Down
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ services:
<<: *service_internal
container_name: mehari
hostname: mehari
image: "${image_base:-ghcr.io/bihealth}/${image_mehari_name:-mehari}:\
image: "${image_base:-ghcr.io/varfish-org}/${image_mehari_name:-mehari}:\
${image_mehari_version:-latest}"

# -- Viguno ----------------------------------------------------------------
Expand All @@ -171,7 +171,7 @@ services:
<<: *service_internal
container_name: viguno
hostname: viguno
image: "${image_base:-ghcr.io/bihealth}/${image_viguno_name:-viguno}:\
image: "${image_base:-ghcr.io/varfish-org}/${image_viguno_name:-viguno}:\
${image_viguno_version:-latest}"

# -- Annonars ---------------------------------------------------------------
Expand All @@ -182,8 +182,8 @@ services:
<<: *service_internal
container_name: annonars
hostname: annonars
image: "${image_base:-ghcr.io/bihealth}/${image_annonars_name:-annonars}:\
${image_annonars_version:-latest}"
image: "${image_base:-ghcr.io/varfish-org}/\
${image_annonars_name:-annonars}:${image_annonars_version:-latest}"

# -- cada-prio --------------------------------------------------------------
#
Expand Down
Loading