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