Skip to content

Commit 3fd722c

Browse files
committed
adding docker cleaner
1 parent 7b8be02 commit 3fd722c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/create-release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ jobs:
1313
name: Create release
1414
runs-on: ubuntu-latest
1515
steps:
16+
- name: Clean up Docker
17+
run: |
18+
docker system prune -af
19+
- name: Clean Go cache
20+
run: |
21+
go clean -cache
22+
1623
- name: Check out repository code
1724
uses: actions/checkout@v4
1825
with:

0 commit comments

Comments
 (0)