This commit is contained in:
병준 박 2025-04-14 14:51:17 +00:00
parent 212be47ed8
commit fc9bf45e70

View File

@ -83,15 +83,15 @@ spec:
- name: kaniko-build
image: gcr.io/kaniko-project/executor:v1.23.2
workingDir: /workspace/source
workingDir: /workspace/source/$(params.subdirectory)
env:
- name: DOCKER_CONFIG
value: /tekton/home/.docker
command:
- /kaniko/executor
args:
- --dockerfile=$(params.subdirectory)/$(params.dockerfile)
- --context=$(params.subdirectory)/$(params.context)
- --dockerfile=$(params.dockerfile)
- --context=$(params.context)
- --destination=$(params.imageName):$(params.tag)
- --skip-tls-verify
- --verbosity=info