Use docker builder prune instead of docker system prune in build-docker-image workflow
All checks were successful
Build and Push Server Docker Image / build-server (push) Successful in 1m45s

This commit is contained in:
2025-09-03 19:41:19 +03:30
parent 0d1f57399a
commit eda54928f2

View File

@@ -44,5 +44,6 @@ jobs:
cache-to: type=registry,ref=${{ secrets.REGISTRY_URL }}/${{ github.repository_owner }}/${{ env.REPO_NAME_LOWER }}:buildcache,mode=max
- name: Clean up Docker in dind
run: docker system prune -af --volumes
run: docker builder prune -af