Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/deploy-apptainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ jobs:

- name: create apptainer image
shell: bash
working-directory: .test
run: |
sudo apt-get install -y uidmap
apptainer build --fakeroot apptainer.sif apptainer.def
apptainer build --fakeroot ../apptainer.sif ../apptainer.def

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no, the output from containerize is ./apptainer.def, in root dir.


- name: authenticate to GHCR
run: |
Expand Down