diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5a5f10da343b95b3f35499bdc5cb7684db731d28..ee9e9829d97bded3049ae591a36e1508ecaf6ffb 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