summaryrefslogtreecommitdiffci
path: root/Jenkinsfile
diff options
from:
to:
context:
space:
mode:
authorGravatar Saya Andy <saya.andy@posteo.com> 2026-06-22 21:09:43 +0700
committerGravatar Saya Andy <saya.andy@posteo.com> 2026-06-22 21:09:43 +0700
commit2f89476fd1fa9fe51fe1c9d76b17b5cf994d2ad0 (patch)
tree7708694b4bb596bd419640d764810fa447b385e5 /Jenkinsfile
parentce00fdd605784adc5b71ad55251f5ac7d6622649 (diff)
downloadweb-2f89476fd1fa9fe51fe1c9d76b17b5cf994d2ad0.tar.gz
web-2f89476fd1fa9fe51fe1c9d76b17b5cf994d2ad0.zip
fix: executor debug tag
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 96549ad..7cab0dd 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -31,7 +31,7 @@ metadata:
spec:
containers:
- name: kaniko
- image: gcr.io/kaniko-project/executor:debug-v1.24.0
+ image: gcr.io/kaniko-project/executor:v1.24.0-debug
imagePullPolicy: Always
command: [ /busybox/cat ]
tty: true