diff --git a/.harness/harness.yaml b/.harness/harness.yaml index e5d54fae..c4dd8843 100644 --- a/.harness/harness.yaml +++ b/.harness/harness.yaml @@ -293,7 +293,7 @@ pipeline: repo: plugins/<+matrix.repo> tags: - windows-1809-amd64 - caching: true + caching: false dockerfile: docker/<+matrix.repo>/Dockerfile.windows.amd64.1809 when: stageStatus: Success @@ -383,7 +383,7 @@ pipeline: repo: plugins/<+matrix.repo> tags: - windows-ltsc2022-amd64 - caching: true + caching: false dockerfile: docker/<+matrix.repo>/Dockerfile.windows.amd64.ltsc2022 when: stageStatus: Success