浏览代码

Update Jenkinsfile

creylopez 11 月之前
父节点
当前提交
03fc0737bc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -17,7 +17,7 @@ pipeline {
         container('kaniko') {
           script {
             sh '''
-            /kaniko/executor --dockerfile `pwd`/Dockerfile \
+            /kaniko/executor --dockerfile `pwd`/Dockerfile.oc \
                              --context `pwd` \
                              --destination=registry.reymota.es/jugaralpadel:${BUILD_NUMBER}
             '''