mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-10 11:26:24 +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
|
- name: Build Docker image
|
||||||
run: |
|
run: |
|
||||||
docker build --network=host --no-cache --pull -t infinito:latest .
|
docker build --network=host --pull -t infinito:latest .
|
||||||
|
|
||||||
# 1) First deploy: normal + debug
|
# 1) First deploy: normal + debug
|
||||||
- name: First deploy (normal + debug)
|
- name: First deploy (normal + debug)
|
||||||
|
|||||||
Reference in New Issue
Block a user