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 value: /tekton/home/.docker
command: command:
- /kaniko/executor - /kaniko/executor
args: args: |-
{{- range splitList " " .Params.kanikoArgsList}} {{- range splitList " " .Params.kanikoArgsList}}
- {{ . | quote }} - {{ . }}
{{- end}} {{- end}}
- --dockerfile=$(params.dockerfile) - --dockerfile=$(params.dockerfile)
- --context=$(params.context) - --context=$(params.context)