event when syntax
This commit is contained in:
		@@ -20,11 +20,11 @@ clone:
 | 
			
		||||
pipeline:
 | 
			
		||||
 | 
			
		||||
  docker-build:
 | 
			
		||||
    when:
 | 
			
		||||
      - event: [ tag ]
 | 
			
		||||
    image: docker:latest
 | 
			
		||||
    volumes:
 | 
			
		||||
      - /var/run/docker.sock:/var/run/docker.sock
 | 
			
		||||
    when:
 | 
			
		||||
      - event: tag
 | 
			
		||||
    environment:
 | 
			
		||||
      *vars
 | 
			
		||||
    secrets: 
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user