2024-03-03 00:26:12 +01:00
|
|
|
---
|
|
|
|
kind: pipeline
|
|
|
|
type: docker
|
|
|
|
name: build and publish
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: build binary package
|
2024-03-03 00:51:34 +01:00
|
|
|
image: git.sys42.eu/myaur/makepkg:1.0.0
|
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
|