From 7cb7a5752065ef24c5b5f38caa2161956beb4242 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Mon, 5 Dec 2022 13:45:17 +0000 Subject: [PATCH] Override target Debian repo for non-stable builds --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5a5f10da..ee9e9829 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,11 +4,18 @@ build_pkg:buster:amd64: when: manual upload_pkg:buster: + variables: + REPOSITORY: autoradio/buster when: manual upload_pkg:ci:bullseye: when: manual +upload_pkg:bookworm: + variables: + REPOSITORY: autoradio/bookworm + when: manual + test: stage: test image: registry.git.autistici.org/ai3/docker/test/golang:master -- GitLab