automation
All checks were successful
ci/woodpecker/tag/release Pipeline was successful

This commit is contained in:
Felipe M 2024-11-24 08:56:35 +01:00
parent 1a809a1184
commit 77dd7af4ac
Signed by: fmartingr
GPG key ID: CCFBC5637D4000A8
6 changed files with 254 additions and 0 deletions

16
.woodpecker/release.yml Normal file
View file

@ -0,0 +1,16 @@
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:
- docker login -u fmartingr -p $GITEA_TOKEN git.nakama.town
- goreleaser release --clean