mirror of
				https://github.com/mr-vercetti/docker-blackmesa-coop-server.git
				synced 2025-11-04 09:45:48 +01:00 
			
		
		
		
	This commit is contained in:
		
							
								
								
									
										27
									
								
								.drone.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										27
									
								
								.drone.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,27 @@
 | 
			
		||||
kind: pipeline
 | 
			
		||||
type: docker
 | 
			
		||||
name: default
 | 
			
		||||
 | 
			
		||||
clone:
 | 
			
		||||
  disable: true
 | 
			
		||||
 | 
			
		||||
steps:
 | 
			
		||||
- name: clone
 | 
			
		||||
  image: plugins/git
 | 
			
		||||
  settings:
 | 
			
		||||
    recursive: true
 | 
			
		||||
- name: lint
 | 
			
		||||
  image: hadolint/hadolint:latest-debian
 | 
			
		||||
  commands:
 | 
			
		||||
    - hadolint Dockerfile --no-fail
 | 
			
		||||
- name: build and publish
 | 
			
		||||
  image: plugins/docker
 | 
			
		||||
  environment:
 | 
			
		||||
    DOCKER_BUILDKIT: 1
 | 
			
		||||
  settings:
 | 
			
		||||
    username:
 | 
			
		||||
       from_secret: DOCKER_USERNAME
 | 
			
		||||
    password:
 | 
			
		||||
       from_secret: DOCKER_PASSWORD
 | 
			
		||||
    repo: mrvercetti/blackmesa-coop-server
 | 
			
		||||
    tags: ${DRONE_COMMIT_SHA:0:8}, latest
 | 
			
		||||
		Reference in New Issue
	
	Block a user