[wgo] Switch from kaniko to buildah



commit 095f910156269a770a581392a70ca4903b7eedf9
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Tue May 31 20:47:37 2022 +0200

    Switch from kaniko to buildah

 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 90d5a1f..c164eb3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,11 +1,11 @@
 include:
   - project: 'Infrastructure/openshift-images/ci-templates'
-    file: '/kaniko.yml'
+    file: '/buildah.yml'
 
 wgo:
   extends:
-    - .kaniko-monorepo
+    - .buildah
 
 wgo_membershiplist:
   extends:
-    - .kaniko-monorepo
+    - .buildah


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