Skip to content

Commit

Permalink
empty disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
pdiakumis committed Jun 1, 2024
1 parent 27826f8 commit b6e0947
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/apptainer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ jobs:
run:
shell: bash -l {0}
steps:
- name: Free Disk Space
uses: jlumbroso/free-disk-space@main
- name: Check free space
run: |
echo "Free space:"
df -h
- name: Code checkout
uses: actions/checkout@v4
with:
Expand All @@ -32,7 +38,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: . # yes, dot
push: true
push: false
load: true
platforms: linux/amd64
tags: |
Expand Down

0 comments on commit b6e0947

Please sign in to comment.