Update worckflow

This commit is contained in:
jafreli
2025-07-19 01:31:15 +02:00
parent f69eed06eb
commit bd4e35cc02
2 changed files with 14 additions and 1 deletions

View File

@@ -1,6 +1,13 @@
# Use Python 3.11 slim image
FROM python:3.11-slim
# Add labels for Gitea package linking (will be set during build)
ARG SOURCE_URL
ARG REPO_NAME
LABEL org.opencontainers.image.source="${SOURCE_URL}"
LABEL org.opencontainers.image.description="Habit Tracker Application"
LABEL org.opencontainers.image.licenses="MIT"
# Set working directory
WORKDIR /app