Update .gitlab-ci.yml
This commit is contained in:
parent
499fdd6f56
commit
217c4c01b3
@ -1,6 +1,3 @@
|
|||||||
stages:
|
|
||||||
- build
|
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
CI_REGISTRY_IMAGE: thallian/confd-env
|
CI_REGISTRY_IMAGE: thallian/confd-env
|
||||||
DOWNSTREAM_PROJECTS: ""
|
DOWNSTREAM_PROJECTS: ""
|
||||||
@ -20,3 +17,7 @@ build:
|
|||||||
--destination "$CI_REGISTRY_IMAGE:$CI_COMMIT_SHA"
|
--destination "$CI_REGISTRY_IMAGE:$CI_COMMIT_SHA"
|
||||||
--destination "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME"
|
--destination "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME"
|
||||||
--destination "$CI_REGISTRY_IMAGE:latest"
|
--destination "$CI_REGISTRY_IMAGE:latest"
|
||||||
|
|
||||||
|
downstream:
|
||||||
|
stage: .post
|
||||||
|
trigger: containers/php8-fpm
|
||||||
|
Loading…
Reference in New Issue
Block a user