mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-07 09:56:41 +00:00
Removed no-cache to raise performance
This commit is contained in:
2
.github/workflows/test-deploy.yml
vendored
2
.github/workflows/test-deploy.yml
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user