diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cad81e6c1d34a9ee8fd01ef69c0ebb6c9a116091..928559c86493d491b4c1189b324cb9c593ac20c3 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