Skip to content
Snippets Groups Projects
Commit 114f6e08 authored by Alexis Mergez's avatar Alexis Mergez
Browse files

Update .gitlab-ci.yml

Skipping test for pggb image
parent 2d83efc6
No related branches found
Tags v2.0.5
No related merge requests found
Pipeline #163075 passed
......@@ -20,7 +20,7 @@ build-push-pggb:
- pggb.def
script:
- apptainer build pggb.sif pggb.def
- apptainer build -T pggb.sif pggb.def
- apptainer push --docker-username "${CI_REGISTRY_USER}" --docker-password "${CI_REGISTRY_PASSWORD}" pggb.sif oras://"$CI_REGISTRY_IMAGE"/pggb:"$CI_COMMIT_TAG"
- apptainer push --docker-username "${CI_REGISTRY_USER}" --docker-password "${CI_REGISTRY_PASSWORD}" pggb.sif oras://"$CI_REGISTRY_IMAGE"/pggb:latest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment