diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 94b1c034819bc5028af4ce507f732a9e6357c4be..292b4fc17baff5ddb80b772dba5aad757cd6e58b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,10 +25,10 @@ build: deploy: # Variable can be passed to the downstream pipeline # But we need to set them explicitly - # Or we can use the .env file + # https://docs.gitlab.com/ee/ci/pipelines/downstream_pipelines.html?tab=Multi-project+pipeline#pass-a-predefined-variable variables: - TEMPLATE_PATH: "webterminal" - COMMIT_SHA: $CI_COMMIT_SHA + IMAGE_TAG: $CI_COMMIT_SHA + IMAGE_REGISTRY: $CI_REGISTRY_IMAGE trigger: project: 'cylab/play/deploy/dokos-webterminal'