fix(relay): Use Docker Hub as relay image registry (#462)
We regularly prune old Google Cloud Build images and also GCB registry is not accessible to everyone all the time (firewall settings, being in China, etc.) Fixes #445.
This commit is contained in:
		@@ -177,7 +177,7 @@ services:
 | 
			
		||||
      - relay
 | 
			
		||||
  relay:
 | 
			
		||||
    << : *restart_policy
 | 
			
		||||
    image: "us.gcr.io/sentryio/relay:latest"
 | 
			
		||||
    image: "getsentry/relay:latest"
 | 
			
		||||
    volumes:
 | 
			
		||||
      - type: bind
 | 
			
		||||
        read_only: true
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user