Update worckflow
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user