feat: Added docker prune to end of docker build process
All checks were successful
Build and Push Dev Containers / build (push) Successful in 4m32s

This commit is contained in:
2025-09-05 18:52:47 +01:00
parent 584c122b95
commit 21c987dd38

View File

@@ -29,3 +29,6 @@ jobs:
docker build -t "$tag" "$dir"
docker push "$tag"
done
- name: Docker Prune
run: docker system prune -f --all