Docker build update #10
This commit is contained in:
5
.github/workflows/docker-image.yml
vendored
5
.github/workflows/docker-image.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user