[bbb-greenlight] Fix argument order



commit d010409ad534150854d49acf08a5ea842483febd
Author: Bartłomiej Piotrowski <b bpiotrowski pl>
Date:   Mon Aug 3 13:28:12 2020 +0200

    Fix argument order

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 27a6919..251e9aa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,7 +14,7 @@ docker:
       events_logger = "file"
       END
 
-    - buildah login -u $CI_REGISTRY_USER -p $CI_REGISTRY_TOKEN registry.gitlab.gnome.org
+    - buildah login registry.gitlab.gnome.org -u $CI_REGISTRY_USER -p $CI_REGISTRY_TOKEN
     - buildah bud -t greenlight .
     - buildah tag greenlight registry.gitlab.gnome.org/infrastructure/bbb-greenlight:$COMMIT 
registry.gitlab.gnome.org/infrastructure/bbb-greenlight:latest
     - buildah push registry.gitlab.gnome.org/infrastructure/bbb-greenlight:$COMMIT 
registry.gitlab.gnome.org/infrastructure/bbb-greenlight:latest


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]