Update .gitlab-ci.yml file

This commit is contained in:
Administrator 2022-04-30 13:35:53 +00:00
parent 64e8165e2c
commit f360af8586

View File

@ -6,10 +6,10 @@ stages: # List of stages for jobs, and their order of execution
variables:
CI_REGISTRY_IMAGE: docker.dergeorg.at/dergeorg
SERVICE: todo-eureka
Docker_name: gitlab-todo-eureka
SERVICE: todo-gateway
Docker_name: gitlab-todo-gateway
TAG_LATEST: $CI_REGISTRY_IMAGE/$Docker_name:latest
Project_name: todo-eureka
Project_name: todo-gateway
Docker_url: docker.dergeorg.at
Docker_namespace: dergeorg
DOCKER_TAG: latest