Browse Source

add Jenkinsfile

Benjamin Kornblum 8 tháng trước cách đây
mục cha
commit
db7a2152f8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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")
             }