This commit is contained in:
parent
b8b09e924b
commit
12ecdd19d4
@ -12,8 +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")
|
||||
- echo $VER
|
||||
- VER="${VER:1}"
|
||||
- 'VER="${VER:1}"'
|
||||
- echo $VER
|
||||
- echo -n "$VER,latest" > .tags
|
||||
- sed -i -E "s/var_FRP_VERSION/$VER/" Dockerfile
|
||||
|
Loading…
Reference in New Issue
Block a user