diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8627d2e..fcc535d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,8 +17,10 @@ build: --destination "$CONTAINER_NAME:$CI_COMMIT_REF_NAME" --destination "$CONTAINER_NAME:latest" -downstream: +downstream-nextcloud: stage: .post - trigger: - - containers/nextcloud - - containers/roundcube + trigger: containers/nextcloud + +downstream-roundcube: + stage: .post + trigger: containers/roundcube