Fixed docker publish in Tekton

This commit is contained in:
2020-05-07 17:06:08 +01:00
parent 42878c6d7d
commit 720bfb8b62
3 changed files with 28 additions and 1 deletions

View File

@@ -32,7 +32,7 @@ spec:
image: gcr.io/kaniko-project/executor:latest
env:
- name: DOCKER_CONFIG
value: /tekton/home/.docker
value: /kaniko/.docker
command:
- /kaniko/executor
- $(params.EXTRA_ARGS)
@@ -43,3 +43,14 @@ spec:
- --digest-file=/tekton/results/IMAGE_DIGEST
securityContext:
runAsUser: 0
volumeMounts:
- name: docker-config
mountPath: /kaniko/.docker/config.json
subPath: config.json
volumes:
- name: docker-config
secret:
secretName: docker-config