This commit is contained in:
parent
8f9c5b6a91
commit
ba702d2ab9
32
.drone.yml
32
.drone.yml
@ -36,22 +36,22 @@ steps:
|
||||
commands:
|
||||
- make build-all-static
|
||||
|
||||
# - name: gitea release
|
||||
# image: plugins/gitea-release
|
||||
# settings:
|
||||
# title: ${DRONE_TAG}
|
||||
# files: dist/*
|
||||
# checksum:
|
||||
# - md5
|
||||
# - sha1
|
||||
# - sha256
|
||||
# - sha512
|
||||
# base_url:
|
||||
# from_secret: gitea_base_url
|
||||
# api_key:
|
||||
# from_secret: gitea_token
|
||||
# when:
|
||||
# event: tag
|
||||
- name: gitea release
|
||||
image: plugins/gitea-release
|
||||
settings:
|
||||
title: ${DRONE_TAG}
|
||||
files: dist/*
|
||||
checksum:
|
||||
- md5
|
||||
- sha1
|
||||
- sha256
|
||||
- sha512
|
||||
base_url:
|
||||
from_secret: gitea_base_url
|
||||
api_key:
|
||||
from_secret: gitea_token
|
||||
when:
|
||||
event: tag
|
||||
|
||||
- name: push image - arm
|
||||
image: plugins/docker
|
||||
|
Loading…
Reference in New Issue
Block a user