From 69ec7a6eb1d9a8efbcd9d124422923b19bf002ff Mon Sep 17 00:00:00 2001 From: jonny Date: Fri, 2 Apr 2021 14:39:58 +0000 Subject: [PATCH] 'update files with ansible' --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d6a3d46..b383df7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,7 +27,7 @@ spec: stage('Build with Kaniko') { git url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine-radarr.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//radarr:v3.0.2.4552 --destination=harbor.ervine.dev/public/x86_64/alpine//radarr:v3.0' + sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/radarr:v3.0.2.4552 --destination=harbor.ervine.dev/public/x86_64/alpine/radarr:v3.0' } } stage('Notify gchat') {