Some checks failed
		
		
	
	remote ssh command / default flag testing (push) Has been cancelled
				remote ssh command / testing with envs (push) Has been cancelled
				- Update base image version from `1.6.12` to `1.6.13` in Dockerfile - Add `envs_format` input with flexible configuration in action.yml - Add a line to README.md pointing to action.yml for more information fix https://github.com/appleboy/ssh-action/issues/213
		
			
				
	
	
		
			6 lines
		
	
	
		
			132 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			132 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
FROM ghcr.io/appleboy/drone-ssh:1.6.13
 | 
						|
 | 
						|
COPY entrypoint.sh /entrypoint.sh
 | 
						|
RUN chmod +x /entrypoint.sh
 | 
						|
ENTRYPOINT ["/entrypoint.sh"]
 |