Skip to content

Commit 1024b65

Browse files
authored
Cleanup disk space in image cache push jobs (apache#56198)
1 parent 3bf81c6 commit 1024b65

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/push-image-cache.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ jobs:
116116
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
117117
with:
118118
persist-credentials: false
119+
- name: "Free up disk space"
120+
run: ./scripts/tools/free_up_disk_space.sh
119121
- name: "Install Breeze"
120122
uses: ./.github/actions/breeze
121123
- name: Login to ghcr.io
@@ -183,6 +185,8 @@ jobs:
183185
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
184186
with:
185187
persist-credentials: false
188+
- name: "Free up disk space"
189+
run: ./scripts/tools/free_up_disk_space.sh
186190
- name: "Install Breeze"
187191
uses: ./.github/actions/breeze
188192
- name: "Cleanup dist and context file"

0 commit comments

Comments
 (0)