Harden live release workflow #25
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ WORKDIR /app
|
||||
COPY pyproject.toml README.md LICENSE ./
|
||||
COPY importarr ./importarr
|
||||
COPY --from=frontend /build/importarr/static ./importarr/static
|
||||
ARG IMPORTARR_VERSION=0.1.0
|
||||
ARG IMPORTARR_VERSION=0.1.1
|
||||
ARG IMPORTARR_BUILD_DATE=unknown
|
||||
ARG IMPORTARR_GIT_SHA=unknown
|
||||
ENV IMPORTARR_VERSION=$IMPORTARR_VERSION \
|
||||
|
||||
Reference in New Issue
Block a user