From b6dde7cb0714882dad54b3f1c1e32f2880b74586 Mon Sep 17 00:00:00 2001 From: gqt <3217233537@qq.com> Date: Sun, 8 Feb 2026 13:07:01 +0800 Subject: [PATCH] fix: add OCI label to link image to repository --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index b06099a..35b1f05 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 .