diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c2ed7d138a10cd350254d01e0f9b4c0fab9898ba..ec10a95f261d079ce30b29fe6e38277e7185f3a5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,6 @@ stages: - verify + - trigger variables: GIT_STRATEGY: clone @@ -115,3 +116,13 @@ build-riscv64-emulated: - docker-alpine - ci-build - riscv64 + +trigger_build_image: + stage: trigger + only: + - tags + variables: + APORTS_TAG: $CI_COMMIT_TAG + trigger: + project: clandmeter/alpine-disk-image + branch: master