Browse Source

Not a directory any more

Fred Damstra (Macbook 2015) 2 years ago
parent
commit
544ba71262
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -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') {