Update .gitlab-ci.yml file
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user