build: fix drone
continuous-integration/drone/tag Build is passing Details

master v0.0.1
Evan Chen 2021-11-06 11:55:12 +08:00
parent e1d84a9070
commit 8fcdbcb9fb
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ steps:
image: golang:1.17.2
commands:
- git tag $DRONE_TAG
- bash release.sh
- bash build.sh
- echo -n "latest,${DRONE_TAG#v}" > .tags
- name: gitea_release
image: plugins/gitea-release
@ -26,7 +26,7 @@ steps:
# auto_tag: true
mtu: 1000
# purge: true
repo: hub.kumoly.io/tools/configui
repo: hub.kumoly.io/tools/breacher
registry: hub.kumoly.io
trigger:
event: tag