Skip to content

Commit 261e3e0

Browse files
committed
ci: update workflow-template
Remove `--cleanup` flag from kaniko build args This flag was causing issues with the build cache and was deemed unnecessary.
1 parent d3d0256 commit 261e3e0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

chart/templates/app/ci/workflow-template.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ spec:
119119
- "--cache=true"
120120
- "--cache-dir=/workspace/cache"
121121
- "--no-push-cache"
122-
- "--cleanup"
123122
- "--destination=harbor.injunweb.com/injunweb/{{ $.Values.project }}-{{ $app.name }}:{{`{{inputs.parameters.sha}}`}}"
124123
- "--destination=harbor.injunweb.com/injunweb/{{ $.Values.project }}-{{ $app.name }}:latest"
125124
volumeMounts:

0 commit comments

Comments
 (0)