From 217c4c01b31d2b521ab741bb147217183f794fa6 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Mon, 14 Feb 2022 06:03:16 +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 af61f86..b2bbd94 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,3 @@ -stages: - - build - variables: CI_REGISTRY_IMAGE: thallian/confd-env 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/php8-fpm