We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8a7014 commit c2bec00Copy full SHA for c2bec00
README.md
@@ -6,11 +6,13 @@
6
7
Drone plugin to publish files and artifacts to Gitea Release.
8
9
+**Note: This plugin requires Gitea 1.5 or newer.**
10
+
11
## Build
12
13
Build the binary with the following commands:
14
15
```
16
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -a -tags netgo -o release/linux/amd64/drone-gitea-release
17
docker build --rm -t plugins/gitea-release .
-```
18
+```
0 commit comments