Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .harness/harness.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down