Update 'Jenkinsfile'
Some checks failed
Homelab/jenkins-container/pipeline/head There was a failure building this commit

This commit is contained in:
jim 2022-09-02 02:09:29 +00:00
parent 075eafec38
commit 01b1779d01

2
Jenkinsfile vendored
View File

@ -14,7 +14,7 @@ podTemplate(
)
],
volumes: [
secretVolume(mountPath: '/kaniko/.docker/config.json', secretName: 'regcred')
secretVolume(mountPath: '/kaniko/.docker', secretName: 'registrypush')
],
workspaceVolume: dynamicPVC(),
{