Skip to content

Commit

Permalink
remove fakeroot
Browse files Browse the repository at this point in the history
Signed-off-by: Srikanth Ramakrishna <srikanth.ramakrishna@intel.com>
  • Loading branch information
sramakintel committed Sep 18, 2024
1 parent 4f8bb70 commit 6a4c42d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apptainer/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ runs:
- name: Build Apptainer
shell: bash
run: |
apptainer build --fakeroot "${{ inputs.group_dir }}.sif" apptainer.def
apptainer build "${{ inputs.group_dir }}.sif" apptainer.def
working-directory: apptainer/${{ inputs.group_dir }}
- name: Push Apptainer
shell: bash
Expand Down

0 comments on commit 6a4c42d

Please sign in to comment.