Skip to content

Commit b191184

Browse files
ci: free disk space on container action (#1086)
1 parent 620b70f commit b191184

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/containers.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,17 @@ jobs:
5454
run: |
5555
echo "CONTAINER_REPOSITORY_BRANCH=${{ github.event.inputs.container_repository_branch }}" >> $GITHUB_ENV
5656
57+
- name: Free Disk Space (Ubuntu)
58+
uses: jlumbroso/free-disk-space@main
59+
with:
60+
tool-cache: true
61+
android: true
62+
dotnet: true
63+
haskell: true
64+
large-packages: true
65+
docker-images: true
66+
swap-storage: true
67+
5768
- name: Checkout code
5869
uses: actions/checkout@v4
5970
with:

0 commit comments

Comments
 (0)