fix: add OCI label to link image to repository
All checks were successful
Build and Push Docker Image / build (push) Successful in 7s

This commit is contained in:
2026-02-08 13:07:01 +08:00
parent 9a9901d851
commit b6dde7cb07

View File

@@ -1,5 +1,7 @@
FROM python:3.11-slim
LABEL org.opencontainers.image.source="https://gitea.chatgqt.top/gqt/test-ci"
WORKDIR /app
COPY requirements.txt .