feat: Add Docker metadata to published images (#7052)

This commit is contained in:
Michael Genson
2026-02-11 17:07:40 -06:00
committed by GitHub
parent 37f7f770a8
commit 8da0d010a5
2 changed files with 12 additions and 1 deletions

View File

@@ -111,7 +111,6 @@ RUN . $VENV_PATH/bin/activate \
# Production Image
###############################################
FROM python-base AS production
LABEL org.opencontainers.image.source="https://github.com/mealie-recipes/mealie"
ENV PRODUCTION=true
ENV TESTING=false