This commit is contained in:
병준 박 2025-04-15 00:10:04 +00:00
parent 745316ee00
commit 84934b6442

View File

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