update release ci

This commit is contained in:
Shahrad Elahi
2024-04-27 00:37:35 +03:30
parent 239e268663
commit f8841726aa
3 changed files with 32 additions and 21 deletions

View File

@@ -1,5 +1,6 @@
ARG ALPINE_VERSION=3.19
ARG NODE_VERSION=20
ARG VERSION=0.0.0-dev
FROM --platform=$BUILDPLATFORM chriswayg/tor-alpine:latest as tor
@@ -44,7 +45,6 @@ ENV HOST_HEADER=x-forwarded-host
FROM base AS runner
ENV VERSION=0.0.0-dev
ENV NODE_ENV=development
ENV LOG_LEVEL=debug