Commit 89f71d3d authored by Josh Steinberg's avatar Josh Steinberg

update jenkinsfile

parent 77da46f7
......@@ -8,15 +8,13 @@ pipeline {
spec:
containers:
- name: kaniko
image: gcr.io/kaniko-project/executor:v1.6.0-debug
image: gcr.io/kaniko-project/executor:latest
imagePullPolicy: Always
command:
- sleep
args:
- 99d
volumeMounts:
- name: jenkins-docker-cfg
mountPath: /kaniko/.docker
'''
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment