We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43c8850 commit a7b9b29Copy full SHA for a7b9b29
apptainer/action.yml
@@ -35,7 +35,7 @@ runs:
35
- name: Build Apptainer
36
shell: bash
37
run: |
38
- apptainer build "${{ inputs.group_dir }}.sif" apptainer.def
+ apptainer build --fakeroot "${{ inputs.group_dir }}.sif" apptainer.def
39
working-directory: apptainer/${{ inputs.group_dir }}
40
- name: Push Apptainer
41
0 commit comments