Update '.drone.yml'
continuous-integration/drone/push Build is failing Details

This commit is contained in:
quackerd 2022-06-20 01:48:28 +00:00
parent 1d3075c7d7
commit a48e2f9c6c
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ steps:
commands:
- apk add --no-cache jq curl
- VER=$(curl -sL https://api.github.com/repos/fatedier/frp/releases/latest | jq -r ".tag_name")
- VER="${VER:1}"
- echo -n "$VER,latest" > .tags
- sed -i -E "s/var_FRP_VERSION/$VER/" Dockerfile
- name: build