From 563977f3cc0b591a5784add253cb2a912abdcf4c Mon Sep 17 00:00:00 2001 From: Tru Huynh <tru@pasteur.fr> Date: Thu, 2 Mar 2023 23:40:40 +0100 Subject: [PATCH] no artefact --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d76b6a2..8aa8401 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,6 +22,3 @@ singularity: - singularity build singularity.sif Singularity - ls -lh singularity.sif - singularity push --docker-username "${CI_REGISTRY_USER}" --docker-password "${CI_REGISTRY_PASSWORD}" singularity.sif oras://"$CI_REGISTRY_IMAGE":latest - artifacts: - paths: - - singularity.sif -- GitLab