CI: Fix typo in docker/develop/questing/Dockerfile #5361

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2025-12-11 11:17:04 +01:00
parent e50dafe3e1
commit d62824ea23
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ ENV PHOTOPRISM_ARCH=$TARGETARCH \
TF_CPP_MIN_LOG_LEVEL=4 \
TF_ENABLE_ONEDNN_OPTS=1 \
MALLOC_ARENA_MAX=2 \
PROG="photoprism"
PROG="photoprism" \
S6_KEEP_ENV=0 \
S6_VERBOSITY=0 \
S6_LOGGING=0

View File

@@ -37,7 +37,7 @@ ENV PHOTOPRISM_ARCH=$TARGETARCH \
GOBIN="/usr/local/bin" \
GO111MODULE="on" \
CGO_CFLAGS="-g -O2 -Wno-return-local-addr" \
PROG="photoprism"
PROG="photoprism" \
S6_KEEP_ENV=1 \
S6_VERBOSITY=0 \
S6_LOGGING=0