ferrumgate-bin/.drone.yml

23 lines
384 B
YAML
Raw Normal View History

2024-03-03 00:26:12 +01:00
---
kind: pipeline
type: docker
name: build and publish
steps:
- name: build binary package
2024-03-03 01:00:41 +01:00
image: whynothugo/docker-makepkg
2024-03-03 00:26:12 +01:00
- name: publish
image: plugins/gitea-release
settings:
api_key:
from_secret: deploy_token
base_url: https://git.sys42.eu
2024-03-03 00:34:33 +01:00
files: "*.pkg.tar.zst"
2024-03-03 00:26:12 +01:00
checksum: md5sum
trigger:
event:
- tag
- pull_request