build: Migrate to Docker runners
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Nikolai Rodionov 2023-05-21 11:52:24 +02:00
parent f569e96f7e
commit 04e400c1ba
Signed by: allanger
GPG Key ID: 19DB54039EBF8F10
1 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
# -- Update the helm chart
# ----------------------------------------------
kind: pipeline
type: kubernetes
type: docker
name: Publish the helm chart
trigger:
@ -26,7 +26,7 @@ steps:
# -- Build the site and push it to the registry
# ----------------------------------------------
kind: pipeline
type: kubernetes
type: docker
name: Build badhouseplants.net
trigger:
@ -111,7 +111,7 @@ steps:
- ./scripts/cleanup.pl
---
kind: pipeline
type: kubernetes
type: docker
name: Spell-Checker
trigger: