This commit is contained in:
parent
1a809a1184
commit
84bc7bb997
6 changed files with 275 additions and 0 deletions
15
.woodpecker/release.yml
Normal file
15
.woodpecker/release.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
when:
|
||||
- event: tag
|
||||
branch: main
|
||||
|
||||
steps:
|
||||
- name: Release
|
||||
image: goreleaser/goreleaser:latest
|
||||
environment:
|
||||
GITEA_TOKEN:
|
||||
from_secret: GITEA_TOKEN
|
||||
DOCKER_HOST: unix:///var/run/docker.sock
|
||||
volumes:
|
||||
- "/var/run/docker.sock:/var/run/docker.sock"
|
||||
commands:
|
||||
- goreleaser release --clean
|
Loading…
Add table
Add a link
Reference in a new issue