From fa1544c0999ef24c4a75232f281e98216a874891 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Mon, 14 Feb 2022 18:13:41 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c227e62..75e9516 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,6 +17,10 @@ build: --destination "$CONTAINER_NAME:$CI_COMMIT_REF_NAME" --destination "$CONTAINER_NAME:latest" -downstream: +downstream-php8-fpm: stage: .post trigger: containers/php8-fpm + +downstream-php7-fpm: + stage: .post + trigger: containers/php7-fpm