Skip to content
Snippets Groups Projects
Commit f79ea775 authored by Quang tru HUYNH's avatar Quang tru HUYNH
Browse files

+artifacts, corrected tag for oras://

parent 16fac39b
No related branches found
No related tags found
No related merge requests found
Pipeline #109423 failed
...@@ -22,4 +22,8 @@ singularity-build-push: ...@@ -22,4 +22,8 @@ singularity-build-push:
entrypoint: [""] entrypoint: [""]
script: script:
- singularity build singularity.sif Singularity - singularity build singularity.sif Singularity
- singularity push --docker-username "${CI_REGISTRY_USER}" --docker-password "${CI_REGISTRY_PASSWORD}" singularity.sif oras://"$CI_REGISTRY_IMAGE":"latest" - 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
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