This is an automated email from the ASF dual-hosted git repository.
gopidesu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 930f2104e1c Freeup disk space in image build workflow (#61825)
930f2104e1c is described below
commit 930f2104e1c38339da517268ce0ca0f6a75097d4
Author: GPK <[email protected]>
AuthorDate: Thu Feb 12 23:19:18 2026 +0000
Freeup disk space in image build workflow (#61825)
---
.github/workflows/ci-image-build.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/workflows/ci-image-build.yml
b/.github/workflows/ci-image-build.yml
index fde667a8d2d..2083f7bfa28 100644
--- a/.github/workflows/ci-image-build.yml
+++ b/.github/workflows/ci-image-build.yml
@@ -121,6 +121,9 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #
v4.2.2
with:
persist-credentials: false
+ - name: "Free up disk space"
+ shell: bash
+ run: ./scripts/tools/free_up_disk_space.sh
- name: "Make /mnt writeable"
run: ./scripts/ci/make_mnt_writeable.sh
- name: "Move docker to /mnt"