This commit is contained in:
Layla 2023-12-07 20:46:12 +01:00
parent a7bf2bd2f0
commit 6cf087290a

View File

@ -2,22 +2,19 @@
kind: pipeline
type: docker
name: Build and Release
when:
# branch:
# - main
trigger:
branch:
- main
event:
- tag
steps:
- name: install-taskfile
- name: Build & Package
image: golang:1.21
commands:
- sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d
- name: build
image: golang:1.21
commands:
- task package
- name: release
- name: Release
image: plugins/gitea-release
settings:
base_url: https://gitea.layla.gg