Update .gitlab-ci.yml
This commit is contained in:
parent
38b3ee7b39
commit
2a8e8edd8b
1 changed files with 6 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue