Skip to content

Commit 4999a52

Browse files
committed
ci: prune docker before run to free disk space
Signed-off-by: Brian Goff <[email protected]>
1 parent 2d98781 commit 4999a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ jobs:
122122
- name: checkout
123123
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
124124

125+
- run: docker system prune -f --all --volumes
125126
- uses: ./.github/actions/enable-containerd
126-
127127
- uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
128128
name: Login to GHCR
129129
with:

0 commit comments

Comments
 (0)