You've already forked bind9-docker
							
							feat(ci): migrate to volker.raschek/git v1.2.1
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		
							
								
								
									
										36
									
								
								.drone.yml
									
									
									
									
									
								
							
							
						
						
									
										36
									
								
								.drone.yml
									
									
									
									
									
								
							@@ -3,11 +3,17 @@ kind: pipeline
 | 
				
			|||||||
type: kubernetes
 | 
					type: kubernetes
 | 
				
			||||||
name: linter
 | 
					name: linter
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					clone:
 | 
				
			||||||
 | 
					  disable: true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
platform:
 | 
					platform:
 | 
				
			||||||
  os: linux
 | 
					  os: linux
 | 
				
			||||||
  arch: amd64
 | 
					  arch: amd64
 | 
				
			||||||
 | 
					
 | 
				
			||||||
steps:
 | 
					steps:
 | 
				
			||||||
 | 
					- name: clone
 | 
				
			||||||
 | 
					  image: git.cryptic.systems/volker.raschek/git:1.2.1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- name: markdown lint
 | 
					- name: markdown lint
 | 
				
			||||||
  commands:
 | 
					  commands:
 | 
				
			||||||
  - markdownlint *.md
 | 
					  - markdownlint *.md
 | 
				
			||||||
@@ -49,6 +55,9 @@ kind: pipeline
 | 
				
			|||||||
type: docker
 | 
					type: docker
 | 
				
			||||||
name: dry-run-amd64
 | 
					name: dry-run-amd64
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					clone:
 | 
				
			||||||
 | 
					  disable: true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
depends_on:
 | 
					depends_on:
 | 
				
			||||||
- linter
 | 
					- linter
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -57,6 +66,9 @@ platform:
 | 
				
			|||||||
  arch: amd64
 | 
					  arch: amd64
 | 
				
			||||||
 | 
					
 | 
				
			||||||
steps:
 | 
					steps:
 | 
				
			||||||
 | 
					- name: clone
 | 
				
			||||||
 | 
					  image: git.cryptic.systems/volker.raschek/git:1.2.1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- name: build
 | 
					- name: build
 | 
				
			||||||
  image: docker.io/plugins/docker:latest
 | 
					  image: docker.io/plugins/docker:latest
 | 
				
			||||||
  settings:
 | 
					  settings:
 | 
				
			||||||
@@ -104,6 +116,9 @@ kind: pipeline
 | 
				
			|||||||
type: docker
 | 
					type: docker
 | 
				
			||||||
name: latest-amd64
 | 
					name: latest-amd64
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					clone:
 | 
				
			||||||
 | 
					  disable: true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
depends_on:
 | 
					depends_on:
 | 
				
			||||||
- linter
 | 
					- linter
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -112,6 +127,9 @@ platform:
 | 
				
			|||||||
  arch: amd64
 | 
					  arch: amd64
 | 
				
			||||||
 | 
					
 | 
				
			||||||
steps:
 | 
					steps:
 | 
				
			||||||
 | 
					- name: clone
 | 
				
			||||||
 | 
					  image: git.cryptic.systems/volker.raschek/git:1.2.1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- name: build
 | 
					- name: build
 | 
				
			||||||
  image: docker.io/plugins/docker:latest
 | 
					  image: docker.io/plugins/docker:latest
 | 
				
			||||||
  settings:
 | 
					  settings:
 | 
				
			||||||
@@ -157,10 +175,16 @@ kind: pipeline
 | 
				
			|||||||
type: kubernetes
 | 
					type: kubernetes
 | 
				
			||||||
name: latest-manifest
 | 
					name: latest-manifest
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					clone:
 | 
				
			||||||
 | 
					  disable: true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
depends_on:
 | 
					depends_on:
 | 
				
			||||||
- latest-amd64
 | 
					- latest-amd64
 | 
				
			||||||
 | 
					
 | 
				
			||||||
steps:
 | 
					steps:
 | 
				
			||||||
 | 
					- name: clone
 | 
				
			||||||
 | 
					  image: git.cryptic.systems/volker.raschek/git:1.2.1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- name: build-manifest
 | 
					- name: build-manifest
 | 
				
			||||||
  image: docker.io/plugins/manifest:latest
 | 
					  image: docker.io/plugins/manifest:latest
 | 
				
			||||||
  resources:
 | 
					  resources:
 | 
				
			||||||
@@ -212,11 +236,17 @@ kind: pipeline
 | 
				
			|||||||
type: docker
 | 
					type: docker
 | 
				
			||||||
name: tagged-amd64
 | 
					name: tagged-amd64
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					clone:
 | 
				
			||||||
 | 
					  disable: true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
platform:
 | 
					platform:
 | 
				
			||||||
  os: linux
 | 
					  os: linux
 | 
				
			||||||
  arch: amd64
 | 
					  arch: amd64
 | 
				
			||||||
 | 
					
 | 
				
			||||||
steps:
 | 
					steps:
 | 
				
			||||||
 | 
					- name: clone
 | 
				
			||||||
 | 
					  image: git.cryptic.systems/volker.raschek/git:1.2.1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- name: build
 | 
					- name: build
 | 
				
			||||||
  image: docker.io/plugins/docker:latest
 | 
					  image: docker.io/plugins/docker:latest
 | 
				
			||||||
  settings:
 | 
					  settings:
 | 
				
			||||||
@@ -259,10 +289,16 @@ kind: pipeline
 | 
				
			|||||||
type: kubernetes
 | 
					type: kubernetes
 | 
				
			||||||
name: tagged-manifest
 | 
					name: tagged-manifest
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					clone:
 | 
				
			||||||
 | 
					  disable: true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
depends_on:
 | 
					depends_on:
 | 
				
			||||||
- tagged-amd64
 | 
					- tagged-amd64
 | 
				
			||||||
 | 
					
 | 
				
			||||||
steps:
 | 
					steps:
 | 
				
			||||||
 | 
					- name: clone
 | 
				
			||||||
 | 
					  image: git.cryptic.systems/volker.raschek/git:1.2.1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- name: build-manifest
 | 
					- name: build-manifest
 | 
				
			||||||
  image: docker.io/plugins/manifest:latest
 | 
					  image: docker.io/plugins/manifest:latest
 | 
				
			||||||
  resources:
 | 
					  resources:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user