更新 '.drone.yml'

This commit is contained in:
rainerosion 2021-07-30 11:53:50 +08:00
parent 64f5db14da
commit 9666147f36

View File

@ -11,7 +11,7 @@ steps:
- sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
- apk update && apk add build-base
- CGO_ENABLED=1 go build
- name: gitea_release
image: plugins/gitea-release
pull: if-not-exists
@ -25,7 +25,7 @@ steps:
- sha256
when:
event: tag
- name: publish
image: plugins/docker:latest
pull: if-not-exists