Skip to content

Commit

Permalink
Updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
maouw committed Dec 20, 2023
1 parent 0840139 commit 9746a7b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/apptainer-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,11 @@ jobs:
set -eux
apptainer build --fix-perms --force container.sif Singularity
echo "Container built successfully" >&2
echo "Container size:" >&2
du -h container.sif >&2
echo "Container labels:" >&2
apptainer inspect container.sif >&2
- name: Push Container
run: |
set -eux
Expand Down

0 comments on commit 9746a7b

Please sign in to comment.