From c8bc80d17f39137866615ed7cc2e4b159cef0f7d Mon Sep 17 00:00:00 2001
From: Pierre Ozoux <pierre@ozoux.net>
Date: Fri, 17 Mar 2023 12:12:34 +0000
Subject: [PATCH] Only push beta image.

---
 .gitlab-ci.yml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 68fbd9b..365afcd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -42,12 +42,13 @@ test-stable:
   only:
   - master
 
+# bug: the CHANNEL variable is not passed to the Dockerfile. 
 push-beta:
   extends: .push
   variables:
     CHANNEL: "beta"
 
-push-stable:
-  extends: .push
-  variables:
-    CHANNEL: "stable"
+#push-stable:
+#  extends: .push
+#  variables:
+#    CHANNEL: "stable"
-- 
GitLab