Ver Fonte

Update Jenkinsfile

creylopez há 11 meses atrás
pai
commit
03fc0737bc
1 ficheiros alterados com 1 adições e 1 exclusões
  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}
             '''