Harden live release workflow #25

This commit is contained in:
2026-07-31 09:28:45 +02:00
parent 939dc9819d
commit e8b0645ea6
19 changed files with 223 additions and 43 deletions
+1 -1
View File
@@ -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 \