From 75aeba8ab9a2ba82775960fa93190451da0d8669 Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Thu, 26 Nov 2020 11:41:10 +0800 Subject: [PATCH] Fixed upstream --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 430ade8..9e68057 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,7 +25,7 @@ spec: node(POD_LABEL) { stage('Build with Kaniko') { - git url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine.git', credentialsId: 'jenkins-to-git' + git url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine-python.git', credentialsId: 'jenkins-to-git' container('kaniko') { sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/python:v3.12.1 --destination=harbor.ervine.dev/public/x86_64/alpine/python:v3.12' }