We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bf81c6 commit 1024b65Copy full SHA for 1024b65
.github/workflows/push-image-cache.yml
@@ -116,6 +116,8 @@ jobs:
116
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
117
with:
118
persist-credentials: false
119
+ - name: "Free up disk space"
120
+ run: ./scripts/tools/free_up_disk_space.sh
121
- name: "Install Breeze"
122
uses: ./.github/actions/breeze
123
- name: Login to ghcr.io
@@ -183,6 +185,8 @@ jobs:
183
185
184
186
187
188
189
190
191
192
- name: "Cleanup dist and context file"
0 commit comments