Explorar el Código

add Jenkinsfile

Benjamin Kornblum hace 8 meses
padre
commit
db7a2152f8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -33,7 +33,7 @@ node {
          * First, the incremental build number from Jenkins
          * Second, the 'latest' tag.
          * Pushing multiple tags is cheap, as all the layers are reused. */
-            docker.withRegistry('https://container.kornbum.dev', 'container-kornblum-dev') {
+            docker.withRegistry('https://container.kornblum.dev', 'container-kornblum-dev') {
                 app.push("${env.BUILD_NUMBER}")
                 app.push("latest")
             }