Skip to content

Commit

Permalink
fix docker
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVCaron committed Jan 11, 2024
1 parent 1a8ab54 commit 003c998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/config/nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if ("$PROFILE" == "singularity") {
}

// We need to consider switch to quay for hosting, see what the free plan offers
docker.registry = 'docker.com'
docker.registry = 'docker.io'
// podman.registry = 'quay.io'
// singularity.registry = 'quay.io'

Expand Down

0 comments on commit 003c998

Please sign in to comment.