init
This commit is contained in:
parent
212be47ed8
commit
fc9bf45e70
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user