From 45984dba1ae194d9fa7333930791e178bbd792f3 Mon Sep 17 00:00:00 2001 From: evendrel Date: Fri, 4 Sep 2020 08:37:53 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cad81e6..928559c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,7 +27,7 @@ test_nextflow_files: - curl -fsSL get.nextflow.io | bash - ./nextflow run -bg --with-docker $REGISTRY_DESTINATION workflow-block/main.nf -profile docker,test # if passed ... - - docker push $REGISTRY_DESTINATION + - docker push $OEB_DOCKER_REGISTRY/$CI_REGISTRY_USER/$CONTAINER_NAME:$CI_COMMIT_SHORT_SHA # check if it works tags: - oeb_dockerhub \ No newline at end of file -- 2.24.1