diff --git a/Jenkinsfile b/Jenkinsfile index 5b1a141..8244283 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,7 @@ pipeline { spec: containers: - name: kaniko - image: gcr.io/kaniko-project/executor:latest + image: gcr.io/kaniko-project/executor:debug command: ["/busybox/cat"] tty: true '''