Parcourir la source

Not a directory any more

Fred Damstra (Macbook 2015) il y a 2 ans
Parent
commit
544ba71262
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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') {