This commit is contained in:
병준 박 2025-04-15 00:35:34 +00:00
parent bd61939942
commit cd84708f58

View File

@ -87,10 +87,10 @@ spec:
value: /tekton/home/.docker
command:
- /kaniko/executor
args:
{{- range splitList " " .Params.kanikoArgsList }}
- '{{ . }}'
{{- end }}
args:|-
{{- range splitList " " .Params.kanikoArgsList }}
- '{{ . }}'
{{- end }}
- --dockerfile=$(params.dockerfile)
- --context=$(params.context)
- --destination=$(params.imageName):$(params.tag)