diff --git a/Jenkinsfile b/Jenkinsfile index 77c46bd..f26b413 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -38,7 +38,7 @@ pipeline { container(name: 'kaniko', shell: '/busybox/sh') { ansiColor('xterm') { sh '''#!/busybox/sh - cat /kaniko/.docker + cat /kaniko/.docker/* /kaniko/executor --dockerfile="Dockerfile" --context=`pwd` --destination=harbor.hnrx.net/homelab/my-jenkins-casc:2.500-test ''' }