Skip to content

Commit 1083047

Browse files
authored
fix: github docker build runs out of space (#1991)
1 parent 1f1aacf commit 1083047

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-docker.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
TAG: ${{ github.ref_name }}
1010
runs-on: ubuntu-22.04
1111
steps:
12+
# see https://github.com/orgs/community/discussions/25678#discussioncomment-5242449
13+
- name: Delete huge unnecessary tools folder
14+
run: rm -rf /opt/hostedtoolcache
1215
- uses: actions/checkout@v4
1316
name: Check out code
1417
- name: Install Go

0 commit comments

Comments
 (0)