forked from External/greenlight
		
	logout docker after pushing image
This commit is contained in:
		@@ -102,7 +102,7 @@ class @Recordings
 | 
				
			|||||||
    };
 | 
					    };
 | 
				
			||||||
    $('#recordings').tooltip(options)
 | 
					    $('#recordings').tooltip(options)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    $(document).on "turbolinks:before-cache", =>
 | 
					    $(document).one "turbolinks:before-cache", =>
 | 
				
			||||||
      @getTable().api().clear().draw().destroy()
 | 
					      @getTable().api().clear().draw().destroy()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # enable popovers
 | 
					    # enable popovers
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -4,3 +4,5 @@ docker build -f Dockerfile.prod -t zachblind/greenlight:master .
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
docker login -e zachary.chai@blindsidenetworks.com -u $DOCKER_USER -p $DOCKER_PASS
 | 
					docker login -e zachary.chai@blindsidenetworks.com -u $DOCKER_USER -p $DOCKER_PASS
 | 
				
			||||||
docker push zachblind/greenlight:master
 | 
					docker push zachblind/greenlight:master
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					docker logout
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user