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