We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5e42ed commit 2a18ad0Copy full SHA for 2a18ad0
chart/templates/app/ci/workflow-template.yaml
@@ -102,7 +102,7 @@ spec:
102
- "--dockerfile=/workspace/source/Dockerfile"
103
- "--cache=true"
104
- "--cache-dir=/workspace/cache"
105
- # - "--snapshot-mode=redo"
+ - "--snapshot-mode=redo"
106
- "--cleanup"
107
- "--destination=harbor.injunweb.com/injunweb/{{ $.Values.project }}-{{ $app.name }}:{{`{{inputs.parameters.sha}}`}}"
108
- "--destination=harbor.injunweb.com/injunweb/{{ $.Values.project }}-{{ $app.name }}:latest"
0 commit comments