Fixed upstream

This commit is contained in:
Jonathan Ervine 2020-11-26 11:41:10 +08:00
parent ca7552f2d4
commit 75aeba8ab9

2
Jenkinsfile vendored
View File

@ -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'
}