Removed no-cache to raise performance

This commit is contained in:
2025-12-03 00:30:53 +01:00
parent f06460db16
commit 1cee61d00c

View File

@@ -17,7 +17,7 @@ jobs:
- name: Build Docker image
run: |
docker build --network=host --no-cache --pull -t infinito:latest .
docker build --network=host --pull -t infinito:latest .
# 1) First deploy: normal + debug
- name: First deploy (normal + debug)