mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 14:54:05 +00:00
[upload artifacts] no idea why suddenly not working via env var, hardcode the VERSION instead
This commit is contained in:
parent
5f36d2acda
commit
f11417e854
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ RUN apt update && \
|
|||
ARG GITHUB_TOKEN
|
||||
ARG TARGETARCH
|
||||
ARG PLATFORM=debian
|
||||
ARG VERSION
|
||||
ARG VERSION=1.9.0
|
||||
ARG FILE=$PLATFORM-$TARGETARCH-$VERSION.tar.gz
|
||||
ARG DIST=dist.tar.gz
|
||||
|
||||
|
|
Loading…
Reference in a new issue