Skip to content

Commit eaf5e78

Browse files
ilitterilakshya-sky
authored andcommitted
ci(l1,l2): free disk in build docker job (lambdaclass#5342)
**Motivation** This job has failed some times in `main` due to no more space left on device error (see [this](https://github.com/lambdaclass/ethrex/actions/runs/19351089268/job/55362819152)).
1 parent 50bd40b commit eaf5e78

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tag_release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,9 @@ jobs:
293293
- name: Checkout code
294294
uses: actions/checkout@v4
295295

296+
- name: Free Disk Space
297+
uses: ./.github/actions/free-disk
298+
296299
- name: Format name
297300
run: |
298301
# For branch builds (main) we want docker images tagged as 'main'. For tag pushes

0 commit comments

Comments
 (0)