build: Migrate to Docker runners
This commit is contained in:
		@@ -3,7 +3,7 @@
 | 
				
			|||||||
# -- Update the helm chart
 | 
					# -- Update the helm chart
 | 
				
			||||||
# ----------------------------------------------
 | 
					# ----------------------------------------------
 | 
				
			||||||
kind: pipeline
 | 
					kind: pipeline
 | 
				
			||||||
type: kubernetes
 | 
					type: docker
 | 
				
			||||||
name: Publish the helm chart
 | 
					name: Publish the helm chart
 | 
				
			||||||
 | 
					
 | 
				
			||||||
trigger:
 | 
					trigger:
 | 
				
			||||||
@@ -26,7 +26,7 @@ steps:
 | 
				
			|||||||
# -- Build the site and push it to the registry
 | 
					# -- Build the site and push it to the registry
 | 
				
			||||||
# ----------------------------------------------
 | 
					# ----------------------------------------------
 | 
				
			||||||
kind: pipeline
 | 
					kind: pipeline
 | 
				
			||||||
type: kubernetes
 | 
					type: docker
 | 
				
			||||||
name: Build badhouseplants.net
 | 
					name: Build badhouseplants.net
 | 
				
			||||||
 | 
					
 | 
				
			||||||
trigger:
 | 
					trigger:
 | 
				
			||||||
@@ -111,7 +111,7 @@ steps:
 | 
				
			|||||||
      - ./scripts/cleanup.pl
 | 
					      - ./scripts/cleanup.pl
 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
kind: pipeline
 | 
					kind: pipeline
 | 
				
			||||||
type: kubernetes
 | 
					type: docker
 | 
				
			||||||
name: Spell-Checker
 | 
					name: Spell-Checker
 | 
				
			||||||
 | 
					
 | 
				
			||||||
trigger:
 | 
					trigger:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user