Skip to content

Commit 0ca8108

Browse files
committed
Docker Compose: Free up disk space with docker system prune.
1 parent de94e94 commit 0ca8108

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-brev-tutorial-docker-images.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
- name: Checkout repository
3737
uses: actions/checkout@v4
3838

39+
- name: Free up disk space
40+
run: docker system prune -af --volumes
41+
3942
- name: Get branch name and short SHA
4043
run: |
4144
echo "GIT_BRANCH_NAME=${GITHUB_REF#refs/heads/}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)