From 3a9e13b5136ccb4f106b523e12b7a509a8f92b65 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Mon, 14 Feb 2022 06:04:50 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a7038b6..82b2103 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,3 @@ -stages: - - build - variables: CI_REGISTRY_IMAGE: thallian/php8-fpm DOWNSTREAM_PROJECTS: "" @@ -20,3 +17,7 @@ build: --destination "$CI_REGISTRY_IMAGE:$CI_COMMIT_SHA" --destination "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME" --destination "$CI_REGISTRY_IMAGE:latest" + +downstream: + stage: .post + trigger: containers/roundcube