Skip to content

Commit 7d8de41

Browse files
committed
Clean disk
1 parent a10b541 commit 7d8de41

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/docker-publish.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
- name: Checkout repository
3333
uses: actions/checkout@v4
3434

35+
- name: Clean up disk space
36+
uses: jlumbroso/free-disk-space@main
37+
3538
# Install the cosign tool except on PR
3639
# https://github.com/sigstore/cosign-installer
3740
- name: Install cosign
@@ -93,8 +96,6 @@ jobs:
9396
run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}
9497

9598
# Build and push .sif files for Apptainer
96-
- name: Clean up disk space
97-
uses: jlumbroso/free-disk-space@main
9899
- name: Setup Apptainer
99100
uses: eWaterCycle/setup-apptainer@v2
100101
- name: Build and push Apptainer

0 commit comments

Comments
 (0)