diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index e8ff59f8..fd9b3a66 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -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)