We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a10b541 commit 7d8de41Copy full SHA for 7d8de41
1 file changed
.github/workflows/docker-publish.yaml
@@ -32,6 +32,9 @@ jobs:
32
- name: Checkout repository
33
uses: actions/checkout@v4
34
35
+ - name: Clean up disk space
36
+ uses: jlumbroso/free-disk-space@main
37
+
38
# Install the cosign tool except on PR
39
# https://github.com/sigstore/cosign-installer
40
- name: Install cosign
@@ -93,8 +96,6 @@ jobs:
93
96
run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}
94
97
95
98
# Build and push .sif files for Apptainer
- - name: Clean up disk space
- uses: jlumbroso/free-disk-space@main
99
- name: Setup Apptainer
100
uses: eWaterCycle/setup-apptainer@v2
101
- name: Build and push Apptainer
0 commit comments