From f5ce5d6e6e08dec117e656b316104fc0c6cc20f8 Mon Sep 17 00:00:00 2001 From: AlexVCaron Date: Thu, 11 Jan 2024 03:47:17 +0000 Subject: [PATCH] fic docker endpoint --- tests/config/nextflow.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/config/nextflow.config b/tests/config/nextflow.config index d40d2f93..bd54912b 100644 --- a/tests/config/nextflow.config +++ b/tests/config/nextflow.config @@ -25,7 +25,7 @@ if ("$PROFILE" == "singularity") { } // We need to consider switch to quay for hosting, see what the free plan offers -docker.registry = 'hub.docker.com' +docker.registry = 'docker.com' // podman.registry = 'quay.io' // singularity.registry = 'quay.io'