diff --git a/tasks/docker-registry/task.yaml b/tasks/docker-registry/task.yaml index 26c1b7b..2e5485d 100644 --- a/tasks/docker-registry/task.yaml +++ b/tasks/docker-registry/task.yaml @@ -48,7 +48,7 @@ spec: - name: kaniko-build image: gcr.io/kaniko-project/executor:v1.23.2 - workingDir: /workspace/base/$(params.context)/source + workingDir: /workspace/base/$(params.context) env: - name: HOME value: /workspace/base/$(params.context)/home