diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e43f157d667f7594923bb58afa0f61effb6b0469..1a53a69e61ff49e5555a3e91310aa74ca488f97f 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