chore: remove Drone pipeline, migrated to Gitea Actions
CI / ci (push) Successful in 2m23s

This commit is contained in:
2026-07-09 10:32:20 -04:00
parent ecdb52b743
commit cac932af54
-35
View File
@@ -1,35 +0,0 @@
kind: pipeline
type: docker
name: default
trigger:
branch:
- main
steps:
# Unit Tests
- name: tests
image: golang
commands:
- make tests
# Fetch tags
- name: fetch tags
image: alpine/git
commands:
- git fetch --tags
# Publish docker image
- name: publish docker
image: plugins/docker
settings:
repo: gitea.va.reichard.io/evan/conduit
registry: gitea.va.reichard.io
tags:
- dev
custom_dns:
- 8.8.8.8
username:
from_secret: docker_username
password:
from_secret: docker_password