fix: release docker worker wrong args (#19207)

This commit is contained in:
Douglas Yang
2026-02-23 19:51:06 -08:00
committed by GitHub
parent feb041f4e5
commit 59e7ea99c5

View File

@@ -72,7 +72,8 @@ jobs:
- name: Prune Docker to reclaim disk space
run: |
docker buildx prune --filter "until=72h" -f
docker system prune -af --volumes --filter "until=72h"
docker system prune -af --filter "until=72h"
docker volume prune -af
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3