diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ade6ce6f7e14cff815a09a464e8a405c4e83f396..570d13ad186b7ead2ab53ad8cda5e458ab36899e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,2 +1,12 @@ include: "https://git.autistici.org/pipelines/debian/raw/master/common.yml" +upload_pkg:incal:bookworm: + stage: release + image: "registry.git.autistici.org/pipelines/debian:bookworm-amd64" + needs: ["build_pkg:bookworm:amd64"] + variables: + script: + - upload-packages --repository=common/bookworm urepo@giap.incal.net + only: + - master +