0
0
mirror of https://github.com/thegeeklab/wp-gitea-release.git synced 2024-09-19 15:12:45 +02:00
Woodpecker CI plugin to publish files and artifacts to Gitea releases
Go to file
Thomas Boerger 95de7263bd
Merge pull request #1 from JonasFranzDEV/owner-transfer
Transfer ownership to drone-plugins
2018-03-12 16:01:03 +01:00
vendor Changing repository owner to drone-plugins 2018-03-12 13:46:23 +01:00
.dockerignore Restructuring of build process 2017-09-02 15:40:25 +02:00
.drone.yml Changing repository owner to drone-plugins 2018-03-12 13:46:23 +01:00
.gitignore Implemented Gitea Release API instead of GitHub Release API 2018-03-02 23:41:45 +01:00
Dockerfile Changing repository owner to drone-plugins 2018-03-12 13:46:23 +01:00
Dockerfile.arm Changing repository owner to drone-plugins 2018-03-12 13:46:23 +01:00
Dockerfile.arm64 Changing repository owner to drone-plugins 2018-03-12 13:46:23 +01:00
Dockerfile.windows Changing repository owner to drone-plugins 2018-03-12 13:46:23 +01:00
LICENSE Implemented initial version based on google/go-github 2015-11-23 22:35:33 +01:00
main.go Add title to release 2018-03-03 12:09:01 +01:00
plugin.go Add title to release 2018-03-03 12:09:01 +01:00
README.md Changing repository owner to drone-plugins 2018-03-12 13:46:23 +01:00
release.go Add title to release 2018-03-03 12:09:01 +01:00
utils.go Migrated to 0.5 structure and updated documentation 2016-08-26 10:38:22 +02:00

drone-gitea-release

Build Status Go Doc Go Report

Drone plugin to publish files and artifacts to Gitea Release.

Build

Build the binary with the following commands:

GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -a -tags netgo -o release/linux/amd64/drone-gitea-release
docker build --rm -t plugins/gitea-release .