This commit is contained in:
병준 박 2025-04-15 00:23:15 +00:00
parent 1b3ffd6d41
commit 382f674c95

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)