Remove Drone (in favour of Gitea)
This commit is contained in:
parent
b6ce1b3a24
commit
d379cafc7b
25
.drone.yml
25
.drone.yml
@ -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
|
Loading…
x
Reference in New Issue
Block a user