Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikmaeckel authored Oct 18, 2024
1 parent 885bcb9 commit cfa1e72
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@ jobs:
run: docker pull quay.io/singularity/singularity:v4.1.0

- name: Build singularity container
run: docker run --rm quay.io/singularity/singularity:v4.1.0 sudo singularity build container.sif Singularityfile.def
run: |
docker run --rm \
-v ${{ github.workspace }}:/workspace \
quay.io/singularity/singularity:v4.1.0 sudo singularity build container.sif Singularityfile.def

0 comments on commit cfa1e72

Please sign in to comment.