From 29e509e2914341a034b89d6862780a9919aec356 Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Sun, 27 Nov 2022 11:18:20 +0000
Subject: [PATCH] Update .gitlab-ci.yml file

---
 .gitlab-ci.yml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e43f157..1a53a69 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,6 +8,18 @@ build_pkg:bullseye:amd64:
   only:
     - master
 
+upload_pkg:buster:
+  variables:
+    REPOSITORY: liber/buster
+
+upload_pkg:bullseye:
+  variables:
+    REPOSITORY: liber/bullseye
+
+upload_pkg:bookworm:
+  variables:
+    REPOSITORY: liber/bookworm
+
 test:
   stage: test
   image: registry.git.autistici.org/ai3/docker/test/golang:master
-- 
GitLab