Update to 1.0.0
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
IamTheFij 2021-01-07 14:36:37 -05:00
parent 8f9c5b6a91
commit ba702d2ab9
1 changed files with 16 additions and 16 deletions

View File

@ -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