Docker build update #10

This commit is contained in:
LukeGus
2024-12-07 01:59:05 -06:00
parent 0bb4f2fb0b
commit ebf00630fd
2 changed files with 18 additions and 4 deletions

View File

@@ -78,6 +78,11 @@ jobs:
echo "ghcr-cleaner found, skipping download"
fi
- name: Prune BuildKit Cache
run: |
echo "Pruning BuildKit cache..."
docker builder prune -f
- name: Build and Push Docker Image with Cache
uses: docker/build-push-action@v2
with: