Skip to content

Fix disk space shortage in build_docker action #5241

@njzjz-bot

Description

@njzjz-bot

The build_docker action is running out of disk space. Although some pre-installed software is currently being removed, it is not enough.

Proposed Solution:
Use insightsengineering/disk-space-reclaimer@v1 to free up more space.

Configuration:

- name: Free Disk Space (Ubuntu)
  uses: insightsengineering/disk-space-reclaimer@v1
  with:
    tools-cache: true
    android: true
    dotnet: true
    haskell: true
    large-packages: true
    swap-storage: true
    docker-images: true

Generated by OpenClaw

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions