mirror of
				https://github.com/yeslayla/build-godot-action.git
				synced 2025-11-04 08:13:04 +01:00 
			
		
		
		
	Basic action
Opened permissions Move setup to Dockerfile Update Update Update Update Update Update Update Update
This commit is contained in:
		
							
								
								
									
										16
									
								
								Dockerfile
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								Dockerfile
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,16 @@
 | 
			
		||||
FROM barichello/godot-ci:latest
 | 
			
		||||
 | 
			
		||||
LABEL "com.github.actions.name"="Build Godot"
 | 
			
		||||
LABEL "com.github.actions.description"="Build a Godot project for multiple platforms"
 | 
			
		||||
LABEL "com.github.actions.icon"="loader"
 | 
			
		||||
LABEL "com.github.actions.color"="blue"
 | 
			
		||||
 | 
			
		||||
LABEL version="0.0.0"
 | 
			
		||||
LABEL repository="https://github.com/josephbmanley/build-godot-action"
 | 
			
		||||
LABEL homepage="https://cloudsumu.com/"
 | 
			
		||||
LABEL maintainer="Joseph Manley <joseph@cloudsumu.com>"
 | 
			
		||||
 | 
			
		||||
USER root
 | 
			
		||||
ADD entrypoint.sh /entrypoint.sh
 | 
			
		||||
RUN chmod +x entrypoint.sh
 | 
			
		||||
ENTRYPOINT ["/entrypoint.sh"]
 | 
			
		||||
		Reference in New Issue
	
	Block a user