use extension packer
This commit is contained in:
		@@ -1,8 +1,8 @@
 | 
				
			|||||||
kind: pipeline
 | 
					kind: pipeline
 | 
				
			||||||
name: default
 | 
					name: default
 | 
				
			||||||
steps:
 | 
					steps:
 | 
				
			||||||
- name: compile-chrome
 | 
					- name: compile-extensions
 | 
				
			||||||
  image: roypur/chrome-packer:latest
 | 
					  image: roypur/extension-packer:latest
 | 
				
			||||||
  environment:
 | 
					  environment:
 | 
				
			||||||
    CHROME_PRIVKEY:
 | 
					    CHROME_PRIVKEY:
 | 
				
			||||||
      from_secret: chrome_privkey
 | 
					      from_secret: chrome_privkey
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user