Skip to content

Commit

Permalink
use singularity v3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyliu1326 committed Jun 29, 2024
1 parent dba4e15 commit ae31027
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/parse_dist_img_sif.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: quay.io/singularity/singularity:v4.1.0-slim
image: quay.io/singularity/singularity:v3.8.1
options: --privileged

steps:
Expand All @@ -31,7 +31,7 @@ jobs:
env:
recipe: singularity.def
run: |
singularity build container.sif ${{ env.recipe }}
sudo -E singularity build container.sif ${{ env.recipe }}
- name: Login and Deploy Container
run: |
Expand Down

0 comments on commit ae31027

Please sign in to comment.