Benjamin Kornblum 8 месяцев назад
Родитель
Сommit
db7a2152f8
1 измененных файлов с 1 добавлено и 1 удалено
  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")
             }