We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ee36bf commit 36c78f7Copy full SHA for 36c78f7
1 file changed
.github/workflows/docker-publish.yaml
@@ -93,6 +93,8 @@ jobs:
93
run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}
94
95
# Build and push .sif files for Apptainer
96
+ - name: Clean up disk space
97
+ uses: jlumbroso/free-disk-space@main
98
- name: Setup Apptainer
99
uses: eWaterCycle/setup-apptainer@v2
100
- name: Build and push Apptainer
0 commit comments