smtp2shoutrrr/.woodpecker/release.yml
Felipe M. 77dd7af4ac
All checks were successful
ci/woodpecker/tag/release Pipeline was successful
automation
2024-11-24 11:18:26 +01:00

16 lines
400 B
YAML

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