This is an automated email from the ASF dual-hosted git repository.
bugraoz pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-1-test by this push:
new dcec5979320 [v3-1-test] Freeup disk space in image build workflow
(#61825) (#61827)
dcec5979320 is described below
commit dcec5979320928bc6d7d8d1fa4e4fdcff270d146
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 13 00:21:45 2026 +0100
[v3-1-test] Freeup disk space in image build workflow (#61825) (#61827)
(cherry picked from commit 930f2104e1c38339da517268ce0ca0f6a75097d4)
Co-authored-by: GPK <[email protected]>
---
.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"