We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da40e18 commit 4796881Copy full SHA for 4796881
chart/templates/app/ci/workflow-template.yaml
@@ -103,7 +103,9 @@ spec:
103
args:
104
- "--context=/workspace/source"
105
- "--dockerfile=/workspace/source/Dockerfile"
106
+ - "--cache=true"
107
- "--cache-dir=/workspace/cache"
108
+ - "--no-push-cache"
109
- "--cleanup"
110
- "--destination=harbor.injunweb.com/injunweb/{{ $.Values.project }}-{{ $app.name }}:{{`{{inputs.parameters.sha}}`}}"
111
- "--destination=harbor.injunweb.com/injunweb/{{ $.Values.project }}-{{ $app.name }}:latest"
0 commit comments