Update .gitlab-ci.yml

This commit is contained in:
Sebastian Hugentobler 2022-02-14 06:03:16 +00:00
parent 499fdd6f56
commit 217c4c01b3

View File

@ -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