Remove Drone (in favour of Gitea)

This commit is contained in:
Jack Jackson 2025-04-07 15:40:30 -07:00
parent b6ce1b3a24
commit d379cafc7b

View File

@ -1,25 +0,0 @@
kind: pipeline
name: publish
type: docker
platform:
os: linux
arch: arm64
trigger:
branch:
- main
steps:
- name: "Upload New Versions"
image: alpine
commands:
- ./build-tools/upload-new-versions.sh
environment:
GITEA_PASSWORD:
from_secret: gitea_password
ARGO_TOKEN:
from_secret: argo_token
image_pull_secrets:
- dockerconfigjson