Skip to content

Commit 8c5277a

Browse files
committed
Update pipeline drone-docker-harness
1 parent 385bfe2 commit 8c5277a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.harness/harness.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ pipeline:
119119
repo: plugins/<+matrix.repo>
120120
tags:
121121
- linux-amd64
122-
caching: true
122+
caching: false
123123
dockerfile: docker/<+matrix.repo>/Dockerfile.linux.amd64
124124
when:
125125
stageStatus: Success
@@ -206,7 +206,7 @@ pipeline:
206206
repo: plugins/<+matrix.repo>
207207
tags:
208208
- linux-arm64
209-
caching: true
209+
caching: false
210210
dockerfile: docker/<+matrix.repo>/Dockerfile.linux.arm64
211211
when:
212212
stageStatus: Success

0 commit comments

Comments
 (0)