Update .gitlab-ci.yml
This commit is contained in:
parent
1815538510
commit
fa1544c099
1 changed files with 5 additions and 1 deletions
|
@ -17,6 +17,10 @@ build:
|
||||||
--destination "$CONTAINER_NAME:$CI_COMMIT_REF_NAME"
|
--destination "$CONTAINER_NAME:$CI_COMMIT_REF_NAME"
|
||||||
--destination "$CONTAINER_NAME:latest"
|
--destination "$CONTAINER_NAME:latest"
|
||||||
|
|
||||||
downstream:
|
downstream-php8-fpm:
|
||||||
stage: .post
|
stage: .post
|
||||||
trigger: containers/php8-fpm
|
trigger: containers/php8-fpm
|
||||||
|
|
||||||
|
downstream-php7-fpm:
|
||||||
|
stage: .post
|
||||||
|
trigger: containers/php7-fpm
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue