Ver código fonte

add Jenkinsfile

Benjamin Kornblum 8 meses atrás
pai
commit
db7a2152f8
1 arquivos alterados com 1 adições e 1 exclusões
  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")
             }