We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f1cfce commit 0f58f33Copy full SHA for 0f58f33
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
0 commit comments