Skip to content
Snippets Groups Projects
Commit 3b83f968 authored by Miroslav Kratochvil's avatar Miroslav Kratochvil :bicyclist:
Browse files

try rollback more

parent a85be64c
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,16 @@ jobs:
alias apptainer=singularity
apptainer build cobrexa.sif cobrexa.def
deploy:
runs-on: ubuntu-18.04
strategy:
matrix:
singularity_version:
- '3.5.3'
container:
image: quay.io/singularity/singularity:v${{ matrix.singularity_version }}
options: --privileged
steps:
- name: Install sregistry dependencies
run: |
sudo apt-get update && sudo apt-get install -y \
......
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