chore: Update Dockerfile to use GitHub Container Registry for image build and push

This commit is contained in:
Anduin 2024-06-03 12:04:07 +00:00
parent 9172f2fdef
commit 9c94523fb7
No known key found for this signature in database
GPG Key ID: D33FA9407A6BE728

View File

@ -23,4 +23,6 @@ RUN mkdocs build
# ============================ # ============================
# Prepare Runtime Environment # Prepare Runtime Environment
FROM hub.aiursoft.cn/aiursoft/static FROM hub.aiursoft.cn/aiursoft/static
COPY --from=python-env /app/site /data COPY --from=python-env /app/site /data
LABEL org.opencontainers.image.source="https://github.com/Anduin2017/HowToCook"