diff --git a/Jenkinsfile b/Jenkinsfile index 9a7c7a3..8ebea59 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ podTemplate( ) ], volumes: [ - secretVolume(mountPath: '/kaniko/.docker/config.json', secretName: 'regcred') + secretVolume(mountPath: '/kaniko/.docker', secretName: 'registrypush') ], workspaceVolume: dynamicPVC(), {