Merge branch 'semantic-release-docker' into 'master'
fix: Provide docker host for build See merge request mythic-insight/legendary!28
This commit is contained in:
		
						commit
						93e185883c
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -13,6 +13,7 @@ variables:
 | 
				
			||||||
  DATABASE_URL: "postgres"
 | 
					  DATABASE_URL: "postgres"
 | 
				
			||||||
  MIX_ENV: "test"
 | 
					  MIX_ENV: "test"
 | 
				
			||||||
  DOCKER_TLS_CERTDIR: "/certs"
 | 
					  DOCKER_TLS_CERTDIR: "/certs"
 | 
				
			||||||
 | 
					  DOCKER_HOST: tcp://docker:2376
 | 
				
			||||||
 | 
					
 | 
				
			||||||
services:
 | 
					services:
 | 
				
			||||||
- name: postgres:12
 | 
					- name: postgres:12
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue