From 9c94523fb71b800a8afb5f4216a88b998947905f Mon Sep 17 00:00:00 2001 From: Anduin Date: Mon, 3 Jun 2024 12:04:07 +0000 Subject: [PATCH] chore: Update Dockerfile to use GitHub Container Registry for image build and push --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d9cc56fa..23508f38 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,4 +23,6 @@ RUN mkdocs build # ============================ # Prepare Runtime Environment FROM hub.aiursoft.cn/aiursoft/static -COPY --from=python-env /app/site /data \ No newline at end of file +COPY --from=python-env /app/site /data + +LABEL org.opencontainers.image.source="https://github.com/Anduin2017/HowToCook"