|
@@ -4,7 +4,7 @@ podTemplate(label: label, containers: [
|
|
|
containerTemplate(name: 'kaniko', image: 'gcr.io/kaniko-project/executor:debug', command: '/busybox/cat', ttyEnabled: true)
|
|
|
],
|
|
|
volumes: [
|
|
|
- secretVolume(mountPath: '/kaniko/.docker/config.json', secretName: 'kaniko-secret')
|
|
|
+ secretVolume(mountPath: '/kaniko/.docker/', secretName: 'kaniko-secret')
|
|
|
]) {
|
|
|
node(label) {
|
|
|
stage('Stage 1: Build with Kaniko') {
|